Clean Code Flashcards

1
Q

How do you identify good code? (Based on book “Clean code” by R. C. Martin)

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

Average lines per method & class

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

Is it a problem to have comments in code

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

how package structure can be packed into java project? (package per feature, package per layer?)

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