Skip to content

Development guidelines

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

TDD

Development tools and frameworks

Here about the tools and toolchains.

  • API development
  • Test-Driven Development details

Clone this wiki locally