Please enable JavaScript.
Coggle requires JavaScript to display documents.
TDD, viewed mechanically, is a process of going from, helps in ensuring,…
TDD
constructs
test directory
test code
implementation
src directory
src code
can jump between each other
Cmd+shift+T
Simplest meaningful red test case
Green tests
a commit
0, 1 or many
refactorings
duplication
following a principle called DRY
Don't repeat yourself
Ties back to no duplication principle from simple design rules
rename variables, classes and methods etc.
Shift+f6
alter internal structure and not external behaviour
Rules of simple design
living documentation
viewed mechanically
is a process of going from
helps in ensuring
achieved in
intellij by shortcut
like
to remove
or in other words
abbr stands for
followed by
then potentially doing
to, by simplest implementation
also helps creating
more holistically helps in focusing us at
also serves as
maintained in
maintained in
done in intellij using