Agile Software Development: Principles, Patterns, and Practices
vds1has quotedlast year
Try and leave this world a little better than you found it…
vds1has quotedlast year
Honesty in small things is not a small thing.
Maksim Batiukhas quoted3 years ago
Don’t be afraid to make a name long. A long descriptive name is better than a short enigmatic name. A long descriptive name is better than a long descriptive comment.
Maksim Batiukhas quoted3 years ago
If a name requires a comment, then the name does not reveal its intent.
rezafaizarahmanhas quoted4 years ago
A long descriptive name is better than a short enigmatic name.
rezafaizarahmanhas quoted4 years ago
You must practice it yourself, and watch yourself fail. You must watch others practice it and fail.
Andyhas quoted4 years ago
The first rule of functions is that they should be small. The second rule of functions is that they should be smaller than that
Andyhas quoted4 years ago
Classes and objects should have noun or noun phrase names like Customer, WikiPage, Account, and AddressParser
Andyhas quoted4 years ago
The length of a name should correspond to the size of its scope [N5