-
- [x] 아키텍처 리팩토링
- 아키텍처 평가 : 아키텍처 검토 및 문제점 식별. 확장성/보안/성능/요구사항 고려
- 아키텍처 변경 : 모놀리식(monolithic) 어플리케이션 -> 마이크로서비스 아키텍처 분해/모듈화/서버리스 이전
- [x] 어플리케이션 리팩토링
- 코드베이스 분석 : 기존 코드베이스 분석 -> 중복코드/복잡성/오류 식…
-
# Summary
Currently, each plugin (except `metal`) is configured through a string list of parameters. It is a limitation coming from [`coredhcp`](https://github.com/coredhcp/coredhcp). With the config…
-
We should refactor how targets are handled throughout the codebase, and give a special type to channels which includes their `STATUSMSG` prefix and chantype. Some work has been done to parse targets b…
-
### Feature summary
Initial discussion for refactoring several design choices to promote better maintainability of the repo
### Feature description
AIHawkEasyApplier and AIHawkJobManager are two go…
-
As of the 2nd of October, the build published is able to de-serialize and repackage all data correctly. However, refactoring needs to be done so that the code is more maintainable for the future when …
-
The code is starting to get a little confusing, let's do a small refactor for ease of readability.
ssebs updated
2 hours ago
-
Refactor components directory structure, as there are too many subdirectories right now.
-
* Structs & Enums + Protocols
* Immutability
* Composition over inheritance
* Pure functional programming concepts
* Concurrency: actors + async/await
* SwiftData
-
1) Read guideline [here](https://gist.github.com/iamnovichek/801ac395a06a7d8b04b022084ace684d)
2) Use `Template string` in `telegram/bot.py` to secure bot - user interaction (all messages the bot sen…
-
A lot of places in the code call `lang.ReferencesInExpr` in a way that ignores any diags returned. This is an antipattern because we are ignoring potential errors. However, this is fine because in the…