effekt-lang / effekt-lang/effekt
Coercions, Conversions, Casts
Open
area:stdlib
requires-design
- Dominant language
- Scala
- Stars
- 469
- Forks
- 41
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 23
Description
In the current standard library there are number of definitions that take one type and return another one.
Step 1 is to survey all these definitions and to categorize them. For example, there are mere newtype coercions, numerical conversions, etc.
Step 2 is to define a style guide given the data from step 1. For example, shall we call it `intoString` or `fromByteArrray`?
Step 3 is to actually change the standard library to follow the style guide.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.