Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heiso/heiso
https://github.com/heiso/heiso
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heiso/heiso
- Owner: heiso
- Created: 2023-01-09T12:03:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T21:34:55.000Z (22 days ago)
- Last Synced: 2024-12-03T22:27:39.710Z (22 days ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 👋 Hi there
I have been a developer for over 11 years and a strong believer in remote work for over 3 years and have often worked on the move, either abroad or in France.
In my free time, I like to learn new ways of creating, whether it's embedded code, woodworking, or small electronic projects.
### 💻 Some coding conventions I like
- [Rule of three](https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming))
- [Stop trying to be so DRY, instead Write Everything Twice (WET)](https://dev.to/wuz/stop-trying-to-be-so-dry-instead-write-everything-twice-wet-5g33)
- [The wrong abstraction](https://sandimetz.com/blog/2016/1/20/the-wrong-abstraction)
- [Clever Code Considered Harmful](https://www.joshwcomeau.com/career/clever-code-considered-harmful/)
- [Maintainability through colocation](https://kentcdodds.com/blog/colocation)