Skip to content

A strange calculator to explain TDD and other concepts to teams

License

Notifications You must be signed in to change notification settings

wgcorrea/calculator

Repository files navigation

Calculator

About

This project will show some basics of TDD and other techniques while I help teams to onboard some best practices. Some of my choices and architectural decisions were intentionally optimized to help with the learning curve and do not necessarily apply to production-grade solutions.

Pre-requisites

  • Node v18.x
  • NPM v9.x
  • NX

Setup

Execute in the terminal:

npm install

Running Tests

Execute in the terminal

nx test mathextra

or if you want to run in dev mode, watching for changes:

nx test mathextra --watch

About

A strange calculator to explain TDD and other concepts to teams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published