Relative Content

Tag Archive for structured-programming

Lua and multi-paradigm programming: scope and capabilities

Despite having started learning programming with Pascal and C, after the jump to OO (C++, Java) I lost sense of the structured programming paradigm. I have started learning Lua and I have researched many tutorials, but all of them only cover basic operations and language features and capabilities. They feel more like a reference doc than a programmer’s guide.

Why was GOTO included in PHP 5? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I discovered some time ago that the GOTO […]

Should unit-tests be entirely self-contained? [duplicate]

This question already has answers here: Should each unit test be able to be run independently of other tests? (4 answers) Closed 10 years ago. As the title suggests my question is whether or not unit-tests should be entirely self-contained or can one rely on the results yielded by previous tests? What I mean, in […]

Should unit-tests be entirely self-contained? [duplicate]

This question already has answers here: Should each unit test be able to be run independently of other tests? (4 answers) Closed 10 years ago. As the title suggests my question is whether or not unit-tests should be entirely self-contained or can one rely on the results yielded by previous tests? What I mean, in […]

Is Lisp the first language to adopt structured programming?

I couldn’t find any links or books claiming that Lisp is the first programming language to adopt structured programming (actually, most of them don’t even mention Lisp at all), but if conditionals were invented by McCarthy and got into Algol later, is it fair to say that Lisp is the first?

Is Lisp the first language to adopt structured programming?

I couldn’t find any links or books claiming that Lisp is the first programming language to adopt structured programming (actually, most of them don’t even mention Lisp at all), but if conditionals were invented by McCarthy and got into Algol later, is it fair to say that Lisp is the first?

Is Lisp the first language to adopt structured programming?

I couldn’t find any links or books claiming that Lisp is the first programming language to adopt structured programming (actually, most of them don’t even mention Lisp at all), but if conditionals were invented by McCarthy and got into Algol later, is it fair to say that Lisp is the first?