oladoyinbov
- Karma
- 1
- Created
- July 16, 2023 (3y ago)
- Submissions
- 0
- Markdown to HTML Converter Library for PHP (github.com)
-
i was kinda wondering maybe it's worth it to write an RFC on PHP type alias. this will be really useful in the sense of maintenance, re-usability, readability and many more.. ``` <?php type T = bool|int; type Result =…