DEV Community

Discussion on: Explained: Imperative vs Declarative programming

Collapse
 
weltam profile image
Welly Tambunan

declarative programming is high level one. so it will be easier to read. it's basically another layer and another abstraction on top of the real machine that execute codes.

for the high level stuff, that would be the correct approach. as it's bring so many optimization that can best done by machine or interpreter or compiler. good article