What's popular?
- Getting new Moleskine
- "Can you endorse me?" considered harmful
- Weekend reading: Software projects planning and estimation
- Intrinsic motivation vs. Extrinsic stimulus
- Language you speak affects the way you think
- SOA Manifesto
- Metrics that mean
- Getting feedback from users
- Creating great presentation visuals
- Fighting with your Inbox
One simple step to better configuration management
Many say that configuration management is hard. It is. 100% correct, "as the books says" software configuration management is hard. It takes tools, skills, discipline and effort to build and support reliable and effective software configuration management process. It is especially difficult, when there is already some process in place and improvement involves change.
My experience shows that it is particularly challenging when it comes to non-source code items like documentation and release packages. Can you imagine following dialogs with project team members? I can…
Managing source code:
Managing release packages:
Managing documentation:
Generally, the further you get from the source code the worse it gets.
There is a simple, not ideal, but simple remedy to this, which lies in mimicking what source code control system does:
Never overwrite or modify files! Always create new!
After all, we all have got 500Gb drives in our laptops – we have to put them to work.
Related Posts: