Test-driven development topic
Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases. This is as opposed to software being developed first and test cases created later. Programmers also apply the concept to improving and debugging legacy code developed with older techniques.
Process
- Add a test
- Run all tests. The new test should fail for expected reasons
- Write the simplest code that passes the new test
- All tests should now pass
- Refactor as needed, using tests after each refactor to ensure that functionality is preserved
Repeat.
Jasmine-Matchers
Write Beautiful Specs with Custom Matchers for Jest and Jasmine
chai-exclude
Exclude keys to compare from a deep equal operation with chai expect or assert.
dompet
A personal bookkeeping web application, built with Laravel.
grosir-obat
Sebuah sistem kasir dan manajemen produk obat untuk penjualan Grosir
blingblingjs
💲 Micro-library of shorthands for DOM selection, events, and attribute manipulation
NoteDelight
Multiplatform note app with encryption
python-mocket
a socket mock framework - for all kinds of socket animals, web-clients included
RService.IO
Light weight REST service framework for ASP.NET Core
meteor-video-chat
Simple id based video calling in meteor