General Flashcards
1
Q
C of CRUD and HTTP method
A
Create / POST
2
Q
R of CRUD and HTTP method
A
Read / GET
3
Q
U of CRUD and HTTP method
A
Update / UPDATE
4
Q
D of CRUD and HTTP method
A
Delete / DELETE
5
Q
The three rules of switch
A
The switch is the Only instruction in the method
Add the default (throw JDD if needed)
Only one line per case