igorwojda / software-design-concepts

Repo contains samples of various coding patterns written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Design Concepts

Repo contains samples of various practices, patterns and guidelines in context of software engineering. All the code samples are written in Kotlin.

Design Principles

Design principles provide high-level, language agonist guidelines to design better software applications.

Design Patterns

Design patterns provide low-level solutions (recommend implementation) for the common, real-world problems in software design:

Guides

How to open this project

  1. Run IntelliJ Idea
  2. Open File -> New -> Project From Version Control...
  3. Paste Git repository URL and click Open

About

Repo contains samples of various coding patterns written in Kotlin

License:MIT License


Languages

Language:Kotlin 100.0%