ood-principles
There are 48 repositories under ood-principles topic.
ochococo/OOD-Principles-In-Swift
💎 The Principles of OOD (SOLID) based on Uncle Bob articles.
Jinjinov/job-interview-solid-principles-test
A programming job interview questions that test the understanding of basic principles and patterns
MinaFaried3/SOLID-Principles
SOLID Principles is a coding standard that all developers should have a clear concept for developing software in a proper way to avoid a bad design .it is used across the object-oriented design spectrum. When applied properly it makes your code more extendable, logical and easier to read.
cored/alt-rails
Design/Arquitectural patterns for big Rails applications
mb010/AstroAugmentations
A package with various custom augmentations implemented which are specifically designed around astronomical data.
BitMavrick/OOD-Project-Restaurent_management_system
Restaurant Management system project using Java
alspirichev/SOLID
SOLID is an acronym for the first five object-oriented design principles
NelsonBilber/software-design
:closed_book: Software design, refactor techniques, S.O.L.I.D. Object-Oriented-Design, OOD
Night-Owl-Labs/SOLID-Principles
🟠 In software engineering, SOLID is a mnemonic acronym for five design principles intended to make object-oriented designs more understandable, flexible, and maintainable.
sidmishraw/active_pipeline_framework
An Active Pipeline Framework in Java
Alvarez-P/Solid
SOLID (ODD) on Typescript
shahbazhashmi/solid-principles
The repository demonstrates all SOLID Principles using Java.
farazazadi/PersonnelInformationMerger
This project demonstrates how to obtain information from different sources and merge them with an extensible and maintainable approach.
lujanfernaud/99-bottles-of-oop
My work through 99 Bottles of OOP
OsamaX01/ChessGame
Chess game project is a project that implements the standard chess game as a showcase for OOD design. The purpose of this project is to apply design patterns, SOLID principles, and clean code principles.
saurav-2104/OOD
Design Patterns based on OOD Principles in Python [DEPRECATED]
sidmishraw/design_analyzer
Design analyzer used to analyze class diagrams and compute various design metrics.
trinwin/GoogleSearchSimulator-v1
Implement Google Search engine simulator using MaxHeap and Priority Queue
tyrannorrec/CS5004-OOD-Portfolio
Portfolio of Object Oriented Design labs for CS5004 Summer 2022. UML diagrams included in Birds-Lab and RolePlayingGames-Lab under /res. Exercises in OOD concepts (abstraction, encapsulation, inheritance, polymorphism), as well as some work in basic design patterns.
vianhanif/React-SASS-Thesis
Publication of my Thesis work, using Lyx
aasthas2022/Book-Reclaim-Service
Book Marketplace Application - A Java Spring Boot project facilitating a web-based platform for students to buy and sell books. Features user and book management with a MySQL database, fixed-size book inventory, and transactional functionality. Includes detailed API documentation using Swagger and Postman.
Anasss885/OnlineBookReaderProject.cpp
Simple Project To Apply Some of the OOP Critical Concepts (e.g Abstraction , Encapsulation and data hiding ) Implemented in c++
danibazi9/AccountingApplicationsFramework
Implementation of an Accounting Application Framework with compliance the rules of Object-Oriented Design (OOD) - Written in Java
fatihaydin9/object-oriented-design
Introduction To Object Oriented Design Using Mermaid and UML
mohanadtalat91/Parking-System
This application manages a parking space for a configurable maximum number of vehicles.
riccardoprosdocimi/shapes-photo-album
Application that creates a simple photo album from shapes following the Model-View-Controller (MVC) architecture. Programmed it to support the description of data to visualize in a .txt format and then have the application render the descriptive text in an interactive graphical view (using Swing) and a static web view (using HTML markup and SVG).
riccardoprosdocimi/sliding-puzzle-game
A sliding puzzle game developed using turtle graphics.
S-Soluel/War
War card game created on a Java IDE.
simranfarrukh/bank-design-project
A simple Bank Design Project implementing standard OOD practice
Anasss885/OOP-Theoretical-Questions
Solving a Pack of theoretical OOP and OOD Problems from Different Resources and Platforms
kirankumarjmeshram/Low-Level-Design
Welcome to the Low-Level Design (LLD), Object-Oriented Programming (OOP) Concepts, and Interview Questions repository! This repository is designed to serve as a comprehensive resource for developers preparing for technical interviews and gaining a deeper understanding of software design and OOP concepts.
nayeemsweb/OOD
Object Oriented Design aka OOD. In this repo we have tried to implement some important and commonly used OOD principles.
porcelainruler/OODS-Interview-Practice
Some of Object Oriented Design Question Practice for Interview in JAVA
Rishabh0896/photo-album
Photo album viewer in Java, which reads user-provided text files to generate images and display them on a dynamic Swing UI overlay or static HTML document