Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.98 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.98 KB

Akka Scala Example Test Project

      d888888b                         d888888b
   d888    8888b                    d888888   888b
 d88    88  898888b               d8888  888     88b
d8P        88888888b             d88888888888     b8b
88        8888888888             88888888888       88
88       88888888888             8888888888        88
98b     88888888888P             988888888        d8P
 988     888  8888P      _=_      9888898  88    88P
   9888   888888P      q(-_-)p       98888    888P
      9888888P         '_) (_`         9888888P
         88            /__/  \            88
         88          _(<_   / )_          88
        d88b        (__\_\_|_/__)        d88b

The journey of a thousand miles begins with the first step...        

Useful resources

Any additions, comments and critic are welcome :)

TDD (opinionated approach)

TDD is an iterative development process that emphasizes creating automated tests before writing code. This approach ensures that the code you write is focused on meeting specific requirements and that it can be thoroughly tested before being integrated into the larger system.

Don't worry if code is not written in Scala, you should grasp the concept