Object-oriented programming (OOP) topic
Object-oriented programming (OOP) is a programming paradigm based on the concept of objects fundamental to many programming languages, including Java and C++. OOP can be devided in two sub types: class-based (or "classical") and prototype-based OOP (found in JavaScript, for example).
Object-oriented programming has several advantages over procedural programming:
- OOP provides a clear structure for the programs
- OOP helps to keep the code DRY "Don't Repeat Yourself", and makes the code easier to maintain, modify and debug
- Logic can be abstracted, encapsulated, composed, inherited and decoupled
finapi-java-client
True-OOP Java client for API provided by https://finapi.io
FACE
Fortran Ansi Colors (and Styles) Environment
FiNeR
Fortran INI ParseR and generator
FLAP
Fortran command Line Arguments Parser for poor people
FoBiS
FoBiS.py, Fortran projects Building System for poor people
iOS-Programming-Reference
iOS 개발과 관련된, 공부해야할 것들 + 정리본
apibossbar
A simple virion API for Minecraft Bossbars for PocketMine-MP
awesome-go-education
A curated list of awesome articles and resources for learning and practicing Go and its related technologies.
awesome-software-architecture
🚀 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.