Procedural Programming
This is the paradigm going against Object-Oriented Programming
Procedural programming follows top down approach.
- Procedures plus variables (includes
struct
instances)
Arguments against OOP in favor of procedural:
- https://www.youtube.com/watch?v=QM1iUe6IofM&t=706s&ab_channel=BrianWill
- https://www.youtube.com/watch?v=goy4lZfDtCE&ab_channel=Fireship
Personally, I didn’t know enough about programming to get these arguments.