TechInTalk: Coding Speed, Programmer Advise - 3
This is third advise for programmer which is related to coding speed. Why some of the developer complete their task sooner than others. It has two aspects , first one is the coding architecture and second one is tools ( IDE etc. ) used for programming. For the first point if a developer used proper design pattern, code architecture, decoupled his component using interfaces and add references using dependency injection and less duplicate the code then its the best thing and will need less time to add or maintain this kind of code base. Second point is related to use of best IDE which supports multi file editing, searching, building and debugging, extensions and etc. Website: http://www.coderpie.com Blog: http://www.techintalk.com Github: https://github.com/Usman-uzi Facebook: https://www.facebook.com/techintalks Twitter: https://twitter.com/mohdusmanrafiq
Comments
Post a Comment