Monday, April 20, 2009 9:59 PM Sean Feldman

10 Ways To Improve Your Code

Neal Ford had an interesting presentation at InfoQ. An interesting presentation. One part was funny, is to hear from a core Java guy calling Pocos by a funky name “Ponos” :) Well, besides the fact it’s not the name we (.NET folks) use, it’s also funny to hear if you know the similar Russian word.

Filed under:

Comments

# re: 10 Ways To Improve Your Code

Tuesday, April 21, 2009 3:32 AM by vvk

use proper naming convensions

# re: 10 Ways To Improve Your Code

Tuesday, April 21, 2009 3:47 AM by Manhar Sharma

sir,I am a beginner.

# re: 10 Ways To Improve Your Code

Tuesday, April 21, 2009 9:10 AM by Sean Feldman

@vvk

Thank you for your comment.

It is arguable. As Neal mentioned in his presentation, using underscores in tests is still considered a non-conventional naming (since it is not a Pascal neither a Camel case). Besides, with all respect, naming conventions only won't make the difference. There's more that that to improve.