November 18, 2002
Good programming practices
Good list from Krzysztof.
One thing I feel needs to be added: Format your code well. Make sure it's easy to read and understand. Comment where needed but don't comment obvious things it makes the code harder to read. If editing someone elses code, format consistently with the original author.
Posted November 18, 2002 09:37 PM in Geek Stuff
TrackBack URL for this entry: http://www.unix-girl.com/mt/mt-tb.cgi/347
TrackBack URL for this entry: http://www.unix-girl.com/mt/mt-tb.cgi/347
Comments
On November 19, 2002 02:19 PM Steve added:
The single most important factor in style is consistency. The eye is drawn to something that "doesn't fit", and these should be reserved for things that are actually different.
#
On November 26, 2002 05:05 PM MasterRa added:
ugh.. i hate reading other peoples code..
#· Consistency
· Transitional
· Maintainable
· Ability to enhance code