Search Results

5
votes
16answers
297 views

Refactoring: When do you know it’s time and when do you do it?

When do you know it's time to refactor/review some piece of code ? And better yet, when do you do it? Probably like others, I've found myself knowing that something needs a refactor/review …
4
votes

What was the biggest lesson you learned in your career as an IT professional?

You'll meet most of the code you write later on in a dark alley and it will be angry. Always try to write maintainable code and/or documentation. Keeping it simple helps a lot here. I had 2 …
0
votes

Refactoring: When do you know it’s time and when do you do it?

To get into a specific problem: There's a project where some bad code was written (even by people who are no longer in the company) during a few months. A full rewrite would be unfeasible and I cou …