Sometimes its dependencies can be moved to other components
Monthly Archives: August 2020
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.
Newlines are free.
Avoid creating really long lines of code.
Kent Beck’s Rules of Simple Design, #4
The code must minimize the number of classes and methods.
Kent Beck’s Rules of Simple Design, #3
The code must contain no duplicate code.
Kent Beck’s Rules of Simple Design, #2
The code must express the intent of the programmers.
Kent Beck’s Rules of Simple Design, #1
The code must run all the tests.
Watch your body language.
How you express yourself affects how you are perceived.