A space for notes and tutorials related mostly to the theory of software development.
Latest
SDLC – The Agile Model – What is it?
Agile development approaches were founded on real-world experiences of software developers who called for reform due to the problems and shortfalls that can be encountered when following more conventional development models. The basis of the agile model is to tackle these challenges that are related to the origin of and the processes involved in theContinue reading “SDLC – The Agile Model – What is it?”
Procedural Programming – What is it?
Procedural Programming – Introduction In essence, Procedural Programming is a programming paradigm. A paradigm is a distinct set of concepts and methods that form a model or pattern. Furthermore, in computer science, a programming paradigm is a way of categorising programming languages based on their attributes. Traditionally a computer program is a set of logicalContinue reading “Procedural Programming – What is it?”
Event Driven Programming – What is it?
In essence, Event Driven Programming (EDP) is a programming paradigm. A paradigm is a distinct set of concepts and methods that form a model or pattern. Furthermore, in computer science, a programming paradigm is a way of categorising programming languages based on their attributes.