class Me {
fixProblems(): string {
- return "Ah, I've encountered countless linting errors"
+ return "Any type should work, right?"
}
}Architecture, principles, dev journey, and the occasional "why did I think any was a good idea?" moment. ๐คฆโ
Architecture
| Doc | One-line |
|---|---|
| README | Index |
| Code Organization | Where everything lives and why |
| Decision Tree | "It depends" needs a structure |
Principles
| Doc | One-line |
|---|---|
| README | Index |
| DRY | Don't Repeat Yourself |
| KISS | Keep It Simple Stupid |
Personal
| Doc | One-line |
|---|---|
| README | Index |
| Dev Stories | Tales from the keyboard trenches |
Deep Notes
| Doc | One-line |
|---|---|
| README | Catalog (e.g. Time Complexity) |
"The fuller the rice stalk, the more it bends down ๐พ" โ My father, since I was 5 years old



