Open raveesh-me opened 6 years ago
https://github.com/jackfrost13/observer-pattern/blob/7d06046d335df2e9cc39da0faa33b32463f3d0c9/main.dart#L7
Whenever a collaborator has to ask what does cd mean, the code is not clean. Always prefer longer names to shorter ones. use statisticsDisplay and statisticsDisplay02 instead.
cd
statisticsDisplay
statisticsDisplay02
recommended reading: clean code also this variable naming guideline in effective-dart: https://www.dartlang.org/guides/language/effective-dart/design#names
https://www.dartlang.org/guides/language/effective-dart/design#names
https://github.com/jackfrost13/observer-pattern/blob/7d06046d335df2e9cc39da0faa33b32463f3d0c9/main.dart#L7
Whenever a collaborator has to ask what does
cd
mean, the code is not clean. Always prefer longer names to shorter ones. usestatisticsDisplay
andstatisticsDisplay02
instead.