-
Сравнение Redux, Mobx, Effector, Reatom, React по базовым аспектам реактивности
- [x] Направление pull push стратегия
- [x] Тип трекинга - selector/cursor/lens/proxy
- [x] Данные - мутабельные имм…
-
Hi,
ich hab deinen Artikel bei Heise mit riesigem Interesse verfolgt und finde das Konzept des Railway Oriented Programming ziemlich cool. Ich komme ebenfalls aus der Java Welt, Funktionale Konzept…
-
### 이슈 내용
- 관심 기술에 대해 정리
- 기술이 왜 나왔는지, 어떤 이유로 설계를 했는지, 어떻게 구현하는지, 장점과 단점은 어떤게 있는지, 개발 비용과 유지보수는 어떠한지에 대해 고민하고 정리가 필요함
### 관심 기술
#### 프레임워크
- [ ] Next.js v12, v13
#### UI 컴포넌트 개발 도구
- [ ] …
-
The implementation proposed in #5 does not currently have error handling at XML element level – it only replaces the usage of attributes, as discussed in #3.
Although an XML document might have the c…
-
I have found the map method to be extremely useful when chaining result types. In addition to the Map method, I have added Bind method with async overloads that allow me to combine operations that may…
-
[좋은 예외(Exception) 처리](https://jojoldu.tistory.com/734)
저는 예외 처리를 제대로 해본 경험이 없는 것 같아요. 제가 지금까지 겪은 개발 경험들은 전부 실제로 서비스하는 프로덕트가 아니라 그냥 프로젝트 수준이다 보니, 예외가 발생하는 케이스보다 정상적인 흐름에만 집중하게 되었어요. 또 개발 기간이 정해져 있고 …
-
Java/Kotlinで書くと、非検査例外をどこまでtry/catchするのか、むしろ全くしないほうがいいのか、全部するのか
過剰防御するのかしないのか
## オリジナル?(F#)
- [x] [Railway Oriented Programming](https://fsharpforfunandprofit.com/rop/)
- [x] [Against Railway…
-
Hi Scott,
It's more of question than an issue.
I couldn't stop thinking that with propagating error results using railway, we're basically reinventing exceptions. With two main differences:
* W…
-
Hello and thanks for the gem, are you planning to bump a new version anytime soon?
-
**Erik Noreke 2016-08-30 00:59:17 PDT**
Motor Industry Software Reliability Association
MISRA C and MISRA C++ are sets of software development guidelines for the C and C++ programming languages. …