by jwiley on 3/22/24, 3:06 AM with 4 comments
- How much time should I spend structuring the project and building tooling to make development easier, vs just diving in and building the project?
- What are the most important areas to focus on make sure its as useful as possible (documentation, license, community, other areas I haven't considered?
by cookiengineer on 3/24/24, 6:50 AM
Just get coding and start prototyping.
More importantly, you are building an open source project for yourself. If you are building it for others, you won't be happy with it.
Always try to solve your own needs and problems.
by skeptrune on 3/22/24, 3:48 AM
Imo, at most 8hrs.
>What are the most important areas to focus on make sure its as useful as possible (documentation, license, community, other areas I haven't considered?
My order:
1. Demos 2. Good README with ability to get started in <4hrs 3. Documentation 4. Community 5. License (If it's supposed to make money, I vote BSL)
by doommius on 3/22/24, 7:25 AM