Comment on Ask HN: What habits made you a better programmer?Comments−tjarratt16yTackling smaller chunks of work at a time, conceptually.That might mean committing my changes more frequently, refactoring smaller blocks of code, or avoiding the temptation to fit a lot of functionality in one class/function/file.
Comments
Tackling smaller chunks of work at a time, conceptually.
That might mean committing my changes more frequently, refactoring smaller blocks of code, or avoiding the temptation to fit a lot of functionality in one class/function/file.