Clean Code III Functions

One of the training on coding that I usually have with new teams is about proper naming of methods and arguments, and writing short methods.

This article explain quite well all these things and add more insights to move to the next level:
- choose names of Functions/Methods that are the verbs
- choose names of  classes are the nouns
of the DSL language that is used to build your system.


The art of programming is, and has always been, the art of language design.



Print | posted @ sabato 11 settembre 2010 19:59

Comments have been closed on this topic.