Quiz: Organizing Code

Take a quiz to test your understanding of how organizing your code can help you write maintainable software.

1

What’s the main problem with organizing code by layer?

A)

The functional aspects of the application tend to get mixed and unwanted side effects creep in.

B)

The boundaries between the layers are too strong which makes modifications harder.

C)

We don’t know which layer we’re in when modifying a certain class.

D)

The code structure doesn’t look good in architecture diagrams.

Question 1 of 30 attempted

Get hands-on with 1200+ tech skills courses.