Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsless/100-clojure-mistakes
https://github.com/bsless/100-clojure-mistakes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bsless/100-clojure-mistakes
- Owner: bsless
- Created: 2024-03-10T19:40:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-10T20:05:54.000Z (11 months ago)
- Last Synced: 2024-03-10T21:24:47.391Z (11 months ago)
- Language: Clojure
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- 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
- PresentationI 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