Programming practices (20)

1 Name: #!/usr/bin/anonymous : 2007-01-05 14:03 ID:BoNgcUMK

How do you name your variables and functions (and classes in OO)?

Asuming you had the following two functions; would you call them:

  simple_overview()
detailed_overview()

or

  overview_simple()
overview_detailed()
This thread has been closed. You cannot post in this thread any longer.