The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
269 views

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 ...
7
votes
8answers
851 views

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 ...