procedural-programming Questions

3

Solved

I am about to start a project for university to build a procedural city for a pre existing project. I was wondering if any of you have had any experience coding L-Systems before and know a good pl...

2

Solved

I have asked a related question, but I did not get a satisfactory answer. So, perhaps I should ask it a different way. How do large-scale C projects, like Perl or Ruby or even the Linux kernel, ha...
Methedrine asked 5/4, 2011 at 23:21

8

Solved

Someone recently took a look of my code and commented that it was too procedural. To be clear, it was not much of the code they saw - just a section which clearly outlines the logical steps taken i...
Gleiwitz asked 13/5, 2011 at 22:42

5

Solved

Suppose I've decided to write a large application in C, or any other procedural programming language. It has functions with call-dependencies that look like this: A | +-------------+ | | B1 B2 | |...
Judenberg asked 3/4, 2011 at 5:28

3

Solved

I have read some articles on all subjects, but I don't quite get the differences.

0

Donald Knuth's Art of Computer Programming Series uses his own procedural assembly languaged called MIX. Now, the question becomes: should Knuth have used a functional language to describe hi...

20

Solved

I'm hoping to get some tips to kinda help me break out of what i consider after all these years a bad habit of procedural programming. Every time i attempt to do a project in OOP i end up eventuall...
Lillielilliputian asked 8/12, 2009 at 22:4

3

Solved

I have very simple question I cant find answer anywhere on the internet. So, my question is, in procedural programming, code is in code section, which goes into Read Only memory area. Variables a...
Lewis asked 7/11, 2010 at 22:41

2

Which metric(s) could help to indicate that i have procedural code instead of object-oriented code? I would like to have a set of simple metrics, which indicate with a high probability, that the an...
Tillandsia asked 19/3, 2010 at 22:24

11

Which paradigm is better for design and analysis of algorithms? Which is faster? Because I have a subject called Design and Analysis of Algorithms in university and have a time limit for programs. ...
Columbary asked 18/3, 2010 at 9:20

3

Solved

In college I learned how to use UML to document OO applications. In the real world I've been tasked with documenting an old procedural program, essentially re-creating the design specificatio...
Theatrical asked 22/1, 2010 at 22:24

8

Solved

What is the difference between the declarative and procedural programming paradigms? Could you please provide some examples? What other programming paradigms exist?
Gefell asked 25/10, 2009 at 2:45

5

Solved

I write a lot of scripts in Python to analyze and plot experimental data as well as write simple simulations to test how theories fit the data. The scripts tend to be very procedural; calculate som...
Haff asked 17/9, 2009 at 18:7

9

Solved

When I am presented with programming problems, I naturally start breaking them up into logical objects in my head. Who has what responsibility, who owns what, who derives from what, etc. I a...
Ply asked 23/3, 2009 at 18:47

7

Solved

What are the differences between these programming paradigms, and are they better suited to particular problems or do any use-cases favour one over the others? Architecture examples apprecia...
Radioelement asked 16/2, 2009 at 5:31

9

Solved

I come from a fairly strong OO background, the benefits of OOD & OOP are second nature to me, but recently I've found myself in a development shop tied to a procedural programming habits. The i...
Snakebird asked 2/12, 2008 at 1:56

© 2022 - 2025 — McMap. All rights reserved.