Some things are not obvious from self-documenting code.
Category Archives: Uncategorized
Don’t be afraid to refactor.
There’s no time like the present to make things better.
Sometimes, disaster strikes.
Sooner later, something horrible and unexpected happens.
Avoid manual labor.
If your job involves telling computers how to do things automatically, then you should not do things manually.
Find the real requirements.
Most projects suffer delays and rework because the true requirements are rarely fully understood.
Change is hard.
You can’t force people to change.
Simplify the constructor.
Sometimes its dependencies can be moved to other components
Avoid string concatenation.
There are clearer ways of organizing strings.
Use the AAA pattern in tests.
Arrange, act, assert.
Bring a solution to the table.
If you’re not providing options, then you’re a part of the problem.