36.(3 pts) AOP (Aspect-oriented programming)DRY’s out the code, but can make it harder to follow the executioncontrol flow.A.TrueB.False
37.(3 pts)MARK ALLof the following that areFALSEabout teams.
Get answer to your question and much more
38.(3 pts) Which of the following isFALSEabout pair programming?
Get answer to your question and much more
39.(3 pts) What SOFA guideline is most important for code readability?
Get answer to your question and much more
40.(3 pts) Which expression statement regarding BDD and user stories isFALSE?A.BDD is designed to help with validation (build the right thing) in addition to verificationB.BDD should test app module interfacesC.User stories in BDD play same role as design requirements in Plan-and-DocumentD.This is a valid User Story:“Search TMDbI want to search TMDbAs a movie fanSo that I canmore easily find info”