https://github.com/bsless/100-clojure-mistakes
https://github.com/bsless/100-clojure-mistakes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bsless/100-clojure-mistakes
- Owner: bsless
- Created: 2024-03-10T19:40:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T15:24:21.000Z (about 2 years ago)
- Last Synced: 2025-04-04T14:07:03.948Z (about 1 year ago)
- Language: Clojure
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
An experiment inspired by [100 Go Mistakes](https://100go.co/)
# Why
I hope it's a good idea
# Contribution
Please :)
Such a thing should be a community effort.
The easy part is adding mistakes to the list. Harder:
- Project structure
- Code organization
- Presentation
I thought about using Clerk for it, but doing it well would depend on
good project structure, I believe.
How can this be optimized for contribution? A single file is probably a
bad idea. Better ideas are welcome