Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in procedural-programming

Explain Robin C. Martin's "Clean Code" on Procedural Programming vs OOP

Is it bad practice to mix OOP and procedural programming in Python (or to mix programming styles in general) [closed]

Looking for example program written in different languages [closed]

When to switch from procedural to OOP?

Am I writing procedural code with objects or OOP?

Is OOP necessary in PHP sites, can't I just apply its concept to procedural code.... cake and eat it?

What is a good example that shows the difference between OOP and procedural programming in JavaScript? [closed]

Why is OOP juxaposed with Procedural Programming?

Java Class Misuse - Best Practices [closed]

Is there a way to use procedural code with SQLite3?

Is it better practice to have 2 functions, or 1 complex function? [closed]

What is the difference between object oriented programming and procedural programming? [closed]

Procedural approach in JavaScript

Do procedural languages have design patterns?

Why distinction between expression and statement

Speed of finite state machines - OO vs procedural