Questions tagged [structural-programming]

3 questions
8
votes
8 answers

Are Nassi-Shneiderman diagrams actually used?

I learned about them in a Structured Programming course, but never saw them used thereafter either at the analysis phase or for documentation purposes. Not even for highly structured languages like Pascal (Delphi). Does any of you actually use…
stevenvh
  • 239
  • 3
  • 8
2
votes
4 answers

Is using subprocedures to logically separate my code a bad idea for structured programming?

Most of my programming experience is in OOP where I have fully embraced the concepts thereof including encapsulation. Now I'm back to structured programming where I have a tendency to logicaly seperate my code using subprocedures. For example, if…
Chad Harrison
  • 887
  • 7
  • 13
1
vote
3 answers

Materials on structural languages design?

There is plenty of material about designing software for object oriented programming. Do you know of any good materials for pure structural programming? I am working purely in C and while I can use some experiences from object oriented programming I…
gruszczy
  • 612
  • 3
  • 13