-
# 現在の動作
- 現在不正な値が渡ってきた場合のことを考慮していない
# 意図する動作
- 不正な値が渡ってきた場合のことを考慮する
# 補足
- とりあえず調べる
- 気になった記事
- https://zenn.dev/takepepe/articles/nextjs-error-handling
- 型周り
- http…
-
Some languages like Typescript or Swift offer a very cool syntactic sugar `a?.b?.c?.d?.e`.
In Go, we need to write a condition similar to: `a != nil && a.b != nil && a.b.c != nil`.
I create this…
-
Coding a little in dart I have found some challenges utilizing the dart:core collection library.
1. Can't express immutability at type level.
2. Some runtime errors could be avoided with typesafe …
-
There's a potential React hydration mismatch between timezones on server and client on web anywhere we're using a `date` or `time` type. This is because `Intl.DateTimeFormat` uses the system timezone …
samhh updated
2 years ago
-
here:
https://github.com/akka-js/shocon#shocon
it says `drop-in replacement` but that that is `not true` :-)
```
drop-in replacement wherever the Java implementation is not available
```
example…
-
Hello everybody,
I know that the external zinc server from typesafe has been deprecated but I find it to be the fastest option when building multi-module maven projects.
When I build multi-module pr…
-
```
When you need to load multiple Yaml objects from a file you have to load them
using the loadAll() method, but this does not support the typed version like
the loadAs() does.
So you have to pas…
-
```
When you need to load multiple Yaml objects from a file you have to load them
using the loadAll() method, but this does not support the typed version like
the loadAs() does.
So you have to pas…
-
```
When you need to load multiple Yaml objects from a file you have to load them
using the loadAll() method, but this does not support the typed version like
the loadAs() does.
So you have to pas…
-
By using Spring for configuration almost all non private methods inn all classes must be considered as part of the API. By replacing config with some other, more restricted mechanism, this is avoided.…