« Kata Eight: Conflicting Objectives | Main | Kata Six: Anagrams »

January 28, 2007

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83451c41c69e200d83572af1a69e2

Listed below are links to weblogs that reference Kata Seven: How'd I Do?:

Comments

Kiranpulsar2007

hi sir am kiran from india

i finished my masters of computer applications in the year 2009 still am not got any job in software development ...am very weak in programming language and coding skills how can i improve my coding skills and programming skills

please suggest me to improve my carrer in coding skills

please kindly reply to me

kiranpulsar2007@gmail.com

Dave Aronson

I once read something somewhat like:

- The novice comments nothing.
- The apprentice comments everything.
- The journeyman comments why he did things that way.
- The master comments why he DIDN'T do things ANOTHER way.

Dave Thomas

Harvey:

I personally write comments (and hope to see comments in the code I read) that describe why non-obvious code is the way it is. I expect to see the code itself to be clear enough to document what it does.

The exception is with public APIs, where I use comments to document the interface, and tools to extract and format those comments into generally usable (say) HTML pages.


Dave

Harvey Flaisher

Hello Dave:

I hope I am posting this in the right place. What is your opinion on in-code comments. I have done this all my career and cant imagine anyone discouraging it. Yet, on my current project, there is a Java developer who discourages this.

Your opinion?

The comments to this entry are closed.