|
|
|
|
|
by anonymous-dev
4927 days ago
|
|
I heard about the Pragmatic Programmer book. I guess it is now time to read it. About CI server, it is on its way but only for production release. No continuous build for now mainly because there is no unit test infrastructure setup. About writing test, well, no one uses unit-test for the reason above. It maybe a good time to introduce that and get to show them the light :) "In some teams you might never get them to adopt the pocket of excellence. ". I am a bit afraid of that. Why ? I have spent some time trying to change things and yet I see little or no effort from others. What are you thoughts on documenting things ? |
|
I'm a fan of self documenting code. Trying to document code is nice, but rarely possible to keep up to date. I do like to put short comments on a method if the name and class its in don't provide enough info. It's better to spend time writing code and tests than documentation.
You can't always convince people to do things they don't want to do. Some people don't care about putting more than the minimum of effort into work. Most people hate change. But if you just go ahead and create the pocket of excellence, people tend to notice why its good and if you get momentum then the rest will follow. Who are the influential people on your team who if they started using these good practices, the rest would follow? How do you think you should best convince them? For some people, find out what motivates them, and then see if you can explain to them how adopting these practices would benefit them.