Changes between Version 23 and Version 24 of HowtoGoodProgrammingTechniques
- Timestamp:
- Apr 5, 2015, 7:26:34 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoGoodProgrammingTechniques
v23 v24 56 56 * ''if not accept'' becomes ''if ignore'' 57 57 * ''if is not disabled'' becomes ''if enabled'' (stupid but very common) 58 * 58 * ''ignore'' is also a form of negative, use ''want'' when you can instead 59 59 * write shorter and clever sentences 60 60