General Flashcards

1
Q

C of CRUD and HTTP method

A

Create / POST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

R of CRUD and HTTP method

A

Read / GET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

U of CRUD and HTTP method

A

Update / UPDATE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

D of CRUD and HTTP method

A

Delete / DELETE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly