Zusammenfassung der Ressource
Java
- interview
- best practices
- read source codes
- design document
- test cases documentation
- before u start developing
- requirement specification
- impact analysis document
- design document
- scope doc
Anmerkungen:
- test cases
- uml diagram
- release notes
- assumptions and limitations
- review documents
- sign off on docs from stakeholders
Anmerkungen:
- design approaches
tips and tricks
special functions
commands
instructions
peculiar situations
debugging methods
- notes
- find out naming conventions
- variables
- file naming
- functions and modules
- version control syatem
- take source code from version control system
- assign new version to changed code
- always put source code back into the control system
- understand how to use