Blog Stats
  • Posts - 4
  • Articles - 4
  • Comments - 10
  • Trackbacks - 0

 

Design Principles

How to write a good code – 2

How to write a good code – 2 Following design principles makes design/ architecture of your project good and we developer don’t have much role in this. This is primarily taken as role of software/ solution architect. So what developer can do to make code better and understandable? So it’s in hand of to write an easily understandable, well refactored and clean code developer (at least in agile world, where everything is not documented). So I collected some useful information from “Clean Code – Robert...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

How to write a good code?

What is a good code and how can we write a more object oriented code? Sometimes I heard my team members complaining about the quality of code which I wrote, so I started a search for some instructions about “What is a good code?” I went through “Agile Priniciples, Patterns and Practices in C# by Robert C. Martin”, “Refactoring by Martin Fowler” and “Head first Design Patterns from O’Reilly press” and found some useful tips. So before going through those tips, let’s start with what is bad code? The...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © ramkinkarpandey