-
-
Vi må bli enige om hvordan vi skal kode på best mulig måte for å kunne sammarbeide godt.
-
**Acceptance Criteria**
- [x] Have 10 asteroids in the game
- [x] Draw the asteroids on the screen
- [x] Spawn the asteroids off screen by 10 pixels
- [x] Move the asteroids in a straight line wi…
-
https://github.com/HukuTa45/HomeWork363/blob/a799518340267c6510e84def1ebcfcbfd0a98226/ConsoleApp1/FirstExample.cs#L9
**Замечание По SOLID**
Нарушение принципа инверсии зависимостей(Dependency inver…
-
### 객체 지향
1. 객체 지향이 뭐예요?
Object Oriented Programming
객체가 상태와 기능을 갖고 있어서, 객체들끼리 소통하는식으로 프로그래밍을 하는거예요.
객체가 각자 자기만의 역할과 책임을 갖고 객체들끼리 협력 하는 거예요.
예를 들어 면접관이라는 객체가 있고, 면접자라는 객체가 있고, 면접결과라는 객체가 있으…
-
service:
```
shehi updated
3 years ago
-
## Spring
![화면 캡처 2021-01-20 234241](https://user-images.githubusercontent.com/62214428/105190508-69da0b80-5b79-11eb-85f9-bf11e9235920.png)
- 인프런 김영한님 강의를 통해 학습
#### 스프링부트 : 스프링을 더욱 편리하게 사용하도록
-…
-
-
Good to know:
- [ ] System design https://github.com/ashishps1/awesome-system-design-resources
TODO:
- [ ] CAP
- [ ] BASE
- [ ] SOLID
- [ ] KISS
-
# Object Oriented Programming, OOP
The purpose of OOP:
- To create understandable, readable, and testable code that many developers can collaboratively work on
## Properties of OOP:
### 1. Abs…