-
### 정적 메서드
2가지.
1) 클래스의 인스턴스 없이 호출이 가능하며, 인스턴스에는 호출 할 수 없다.
2) 유틸리티 함수를 만드는데 유용하게 사용된다.
클래스가 메모리에 올라갈 때, 정적 메서드가 저동적으로 생성된다.
그러므로 인스턴스를 생성하지 않고, 클래스 만으로 메소드를 호출할 수 있다.
## DTO
## 1. 어디서 …
-
https://github.com/lich906/backend-labs/blob/8c25a2ab5cdfe313ce6dd89f1a521384052a421f/lab2/ScrumBoardWeb/Application/Service/ScrumBoardServiceInterface.cs#L23
-
-
API шибко доверять нельзя, поэтому перед чем-то серьёзным нужно запилить DTO’шки на стыке
-
Given the following code, i would expect no proxy class to be generated for either `Dto` or `OtherDto`
```php
// no proxy class?
final readonly class Dto
{
private function __construct(pub…
-
Crear modulo auth:
Crear su controller, module y service.
- Implementar el metodo POST en el endpoint auth/login en el controller del modulo auth.
- Implementar DTO para validar los datos del formula…
-
The following article talks about a different approach to using dto's on the front end.
It's actually similar to the built-in stuff
https://ardalis.com/web-api-dto-considerations/
-
**Describe the bug**
When I upgraded swag from `1.16.3` to `1.16.4`, I noticed the renaming model to display (`@name`) didn't work in my struct:
```go
type CardResponse struct {
ID int `…
-
## Problem description:
## Error:
```
Uncaught exception from Error, message = Call to a member function toArray() on array, code=0, file=F:\Apache2\HTDOCS\GMX-Transix\includes\vendor\jlevers\s…
-
https://github.com/kb-project-mz/Backend/blob/0864f1925af241196f448290168b5c75b08f3a93/src/main/java/fingertips/backend/challenge/dto/CardHIstoryDTO.java#L9
https://github.com/kb-project-mz/Backe…