Relative Content

Tag Archive for procedural

Why aren’t user-defined operators more common? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Closed 3 years ago. Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. One feature I miss in from functional languages is the idea that operators are […]

Naming functions that retrieve a value

I have this personal rule to start all function/method names with a verb. My verb of choice for functions or methods that get a value based on some data structure or object is get. I’m wondering if that’s a good idea.

Are object oriented programming languages procedural? [duplicate]

This question already has answers here: What exactly is procedural programming? How exactly is it different from OOP? Is it the same as functional programming? (4 answers) Closed 10 years ago. Procedural programming means coding the application is a series of tasks. Do A, then do B, then Do C. And often wrap these tasks […]

Are object oriented programming languages procedural? [duplicate]

This question already has answers here: What exactly is procedural programming? How exactly is it different from OOP? Is it the same as functional programming? (4 answers) Closed 10 years ago. Procedural programming means coding the application is a series of tasks. Do A, then do B, then Do C. And often wrap these tasks […]

Are object oriented programming languages procedural? [duplicate]

This question already has answers here: What exactly is procedural programming? How exactly is it different from OOP? Is it the same as functional programming? (4 answers) Closed 10 years ago. Procedural programming means coding the application is a series of tasks. Do A, then do B, then Do C. And often wrap these tasks […]

Testing in procedural programming code

I have designed and implemented, for my final year in college, an autonomous robot with Arduino board microcontroller. The robot wanders around an area, avoids obstacles and tries to detect intruders.