On completion of Assignment 2
Confident in English logic
Coding in the debugger
OOP Test
Eclipse or IntelliJ
keyboard shortcuts
You hopefully already know:
Windows:
cntrl + c (copy), cntrl + v (paste), cntrl + z (undo)
Mac:
cmd + c, cmd + v, cmd + z
And by now you constantly utilize:
Eclipse keyboard commands:
- cntrl + space (code completion)
- cntrl + / (comment out/uncomment)
IntelliJ keyboard commands:
- cntrl + space (code completion)
- cntrl + / (comment out/uncomment)