Naming conventions

Structured Programming Training

Introduction

Structured programming (sometimes known as modular programming) is a subset of procedural programming that enforces a logical structure on the program being written to…
This training is about structuring the code within our projects. Object Orientation (OO) is one of the tools that we use, and will be mentioned. But this training is not about the mechanics of OO (inheritance, encapsulation, etc).


Programming concepts

Structured Programming Training

Introduction

Structured programming (sometimes known as modular programming) is a subset of procedural programming that enforces a logical structure on the program being written to…
This training is about structuring the code within our projects. Object Orientation (OO) is one of the tools that we use, and will be mentioned. But this training is not about the mechanics of OO (inheritance, encapsulation, etc).