Skip to content

Instantly share code, notes, and snippets.

View mzakyalvan's full-sized avatar

Muhammad Zaky Alvan mzakyalvan

View GitHub Profile

#Sharing Session

Introduction

Muhammad Zaky Alvan ([email protected])

BDD Brief

BDD is extension of TDD, which write test failing test first, then implement system and/or components under tests, make the tests passes and iterate.

Notes

Ignore Files

No need to include target build directory into scm commit. Check them into scm can cause bigger repo size, drive longer time to check out fresh project copy.

Some IDE specific project (.idea directory or *.iml files) configuration might cause problems on other computers, for example file path incompatibility. Following .gitignore is enough for each module.