A Finnish code improvement process: Tick-The-Code
Posted: (EET/GMT+2)
One of my tasks as a software developer is to try to improve the process I use in developing code a little in each iteration. This isn't always easy, but a goal nonetheless. Earlier this year, I ran into a Finnish model of software development process model improvement. It is called Tick-The-Code.
The main idea is to work towards code that is easier to maintain. It focuses on source code analysis, and tries to spot issues that might in the future to lead bad, "smelly" code.
This sounds interesting to me, so if I happen to have a chance later on, I'll give it a try.