-
## What is AOP?
- AOP (Aspect-Oriented Programming) 은 **관점 지향 프로그래밍** 으로, 관점에 따라 코드를 작성하는 것을 의미한다.
- OOP 로 개발 시, 코드를 비즈니스 로직에 따라 **수직으로** 분리할 때, 모든 모듈에서 공통적으로 적용되어야 하는 것 (logging, security, cachin…
-
Пример идиомы erase-remove
https://github.com/alexey-malov/oop/tree/master/samples/02-stl-tdd/erase-remove-idiom
-
```
make bin/eval
cd test-pepsi; ../bin/eval boot.l repl.l test-pepsi.l
```
```
eval.k: undefined variable: string->double
20: (eval.0+39 (cons.0+42 (Fixed(Subr(quote)) lambda) (cons.0+42 args.2+2 (…
-
See the following file `order.jl` for the `objects1` extension, marked as a bad file in the testsuite.
https://github.com/myreen/tda283/blob/0d0a91d6a4827e267953efa276d96e5d9b318444/tester/testsuit…
-
https://php.earth/docs/php/ref/oop/design-patterns/object-pool
-
The biggest thing I'd want to avoid with this (though there are a ton of benefits) is view-side - reaaaaally don't want the views to look like:
```
- if field.is_a?(SelectField)
= f.select field.na…
-
![oop-logo-web](https://cloud.githubusercontent.com/assets/12776087/8020467/9a6f965c-0c47-11e5-82d7-8cbfa4c19dfc.png)
-
Type: Bug
## Extension Information
- Cody Version: 1.41.1730946413
- VS Code Version: 1.95.1
- Extension Host: desktop
## Steps to Reproduce
1.
2.
3.
## Expected Behaviour
## Logs
Extensio…
-
https://github.com/JBZonda/educom-webshop-oop/blob/6e2db592597419c020bb1d80cb1477340da43a5c/webshop.php#L17-L23
https://github.com/JBZonda/educom-webshop-oop/blob/6e2db592597419c020bb1d80cb1477340da4…
-
при передаче копируется объект типа Т
_Originally posted by @yury-kostov in https://github.com/laissezfaireisfair/OOP-Container/pull/1_