-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
759578f
commit 83352db
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# decoded – *supcode* | ||
|
||
> *You never finish a project, you just stop working on it.* | ||
> [!NOTE] | ||
> This is part of my [*decoded*](https://github.com/Sup2point0/Assort/blob/origin/~dev/decoded.md) series, a collection of lessons learnt from each major project I’ve undertaken. | ||
- Designing a language is more difficult than it might appear. | ||
- There are so many tiny details and edge cases you have to consider. And often you won’t discover these until you try writing a bit of wonky code and realise there’s a plothole. | ||
- It’s made me much more appreciative of effective, ingenious or elegant language design. | ||
- Long-term dedication to a project is really, really difficult. | ||
- Meaningful commit messages are probably helpful. |