- Use code generation from the caller
- Efficiently use IDE shortcuts for code generation
- Understanding the value of IDE
Name 3 situations where your IDE is :
- Faster
- More reliable
than you
Demo the power of the IDE by generating code from the caller :
- Use not yet implemented code
- Generate the code from here
- Demonstrate shortcuts to go back to the previous error
- Then extract classes from this file
Do a first round only by using your mouse then do the same by using your keyboard.
- Implement the
scenario
andclasses
below byusing generating code from its usage
- List the shortcuts you have discovered during the session
Explain which shortcuts you would like to discover.