Skip to content

techreturners/programming_fundamentals_003

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 1 - Programming Fundamentals

Object Oriented Programming

Introduction

Next up on the programming fundamentals section is Object Oriented Programming.

We're going to revisit the Catalogue Service, except this time we're going to approach the design of the programme with an Object Oriented mindset. This means thinking about Books as objects with encapsulated data and behaviour.

Technology

We'll continue to make use of the Javascript programming language within a Node environment and utilising a test framework called Jest to run our code.

Instructions

The code structure is exactly the same as your first steps in programming fundamentals so all the folders and files should already look familiar.

All the running and execution instructions are exactly the same as the previous fundamentals coding tasks.

NOTE After cloning this repository you need to npm install because we're in a new application code base.

Head on over to tasks to get started.

About

Redesign your bookstore using object oriented principles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published