Slide 12
Slide 12 text
1. Don’t start with code: README.md and ROADMAP.md
2. Put it in a Git Repository
3. Include it in your CI (Continuous Integration)
4. Add static code analysis tools (i.e. FindBugs, Lint)
5. Autogenerate documentation (i.e. JavaDoc)
6. Prepare for testing
7. Make it accessible (i.e. distribute via maven)
8. Add a sample project
Create a SDK!