Sprint 2.3 - raisercostin/software-wiki GitHub Wiki
- Asking for Help
- Intro to Agile - Daily Stand-up Meeting
- Magical Thinking
- Semantic Versioning
-
Intro to Maven
- project layout
- library unique id
- declarative build tool
- actions
- phases
- plugins
- Standing on The Shoulder of Giants
- Daily Routine
- Top Down Thinking
- Data Structures
- Intro to Software Design
- created a new branch for each developer
user/<user>
- created a new maven project from archetype - Intro To Maven
- check
clean
/compile
/test
works. Fixed issues withJAVA_HOME
environment variable. - integrated the maven project in preferred Java IDE: eclipse and InteliJ
- upgraded library from junit-3.8.1 to junit-4.12
- added a new test in a Test Driven Development style