You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jarkko Moilanen edited this page Mar 13, 2014
·
4 revisions
We use Test-Driven Development methodology. Beck's concept of test-driven development centers on two basic rules:
Never write a single line of code unless you have a failing automated test.
Eliminate duplication.
By focusing on writing only the code necessary to pass tests, designs can often be cleaner and clearer than is achieved by other methods. Therefore your guiding principle should be "keep it simple stupid" (KISS). Read more from Test-Driven Development details