Skip to content

Learn about the SOLID principles of object oriented design

Notifications You must be signed in to change notification settings

nerdschoolbergen/solid

Repository files navigation

S.O.L.I.D. object oriented design principles

Learn about the SOLID principles of object oriented design.

Focus of this lesson

This lesson will focus on writing code that touches upon the various aspects of the SOLID principles.

What you need

Prerequisites

  • Some previous experience with any object-oriented programming language is helpful

How to get started

  • Start by cloning this repository into a folder on your computer. If you've never used git before, you can alternatively use the the "Download ZIP" button to the right.
  • Although you have this README.md file on your computer it's easier to read it on GitHub, so we recommend you keep this page open with the exercise tasks.

Exercises

This repository contains a set of exercises organized in markdown files. Each exercise builds on the previous.

Tip: The markdown files are best viewed on GitHub rather than on your computer.

Have fun! And remember to ask an instructor if you're stuck.

Helpful resources

Symbols and notation used in exercises

Icons with special meaning

  • ✏️ - A task you should do
  • 📖 - A section of text to read (no tasks, just information).
  • 💡 - Additional information.
  • ❗ - Something important.
  • ❓ - Open-ended question for the reader ("What do you think would happen if...")
  • 💩 - Bad practice (don't-do-this)
  • ⭐ - A bonus task (not required)

Keyboard keys

Will look like this:

CTRL + ALT + C

Diff blocks

Emphasizes how lines of text should change.

- this text was removed
+ and replaced with this text

About

Learn about the SOLID principles of object oriented design

Resources

Stars

Watchers

Forks

Languages