DEV Community

Discussion on: 7 Deadly Sins of Angular

Collapse
 
ky1e_s profile image
Kyle Stephens

Imperative programming is too verbose and hard to understand; very often one would have to read an entire passage of code to get the idea how a state of data is modified

I'm not sure it's that black and white. I've seen both functional programming that's difficult to reason about and imperative programming that's concise and easy to understand.