WTFM - Write The Freaking Manual
floopsy.com
WTFM - Write The Freaking Manual
1–10 of 82 posts
Re: WTFM - Write The Freaking Manual
#2The times when I've actually ended up writing some docs, I don't think anyone has ever read them. And writing the docs is just the beginning, they have to be maintained too. Out of date docs are perhaps worse than no docs at all.
I don't read docs either, because they tend to be out of date. Formal specifications are an exception. But when it comes to open source, I just tend to read the source because it's never out of date and tells the whole story. What was obvious to writer of the doc isn't obvious to me and vice versa.
The first person who comes to me asking for documentation to my projects volunteers to write them, like it or not.
Re: WTFM - Write The Freaking Manual
#3There are plenty of other examples. Seriously, documentation is extremely important. Especially if you're relying on config files, document them properly.
Re: WTFM - Write The Freaking Manual
#4Re: WTFM - Write The Freaking Manual
#5When it comes to open source work, which I mostly do on my own, limited time and don't get paid for, I have a choice. I can spend time writing code or writing documentation. The former I enjoy very much, the latter I don't like at all. Guess which I am going to pick. The times when I've actually ended up writing some docs, I don't think anyone has ever read them. And writing the docs is just the beginning, they have…
Re: WTFM - Write The Freaking Manual
#6Re: WTFM - Write The Freaking Manual
#7Re: WTFM - Write The Freaking Manual
#8Many open-source projects also allow you to contribute to the documentation, so I don't think you should criticize projects you're actually using but rather that you should help maintain the documentation (even if it's just bug reports).
If you have an open-source project with very few users, you'll often find that you can't get traction simply because when people can't figure out how to use your software, they'll go elsewhere. Want fame and (maybe) fortune? Make your project useable.
Re: WTFM - Write The Freaking Manual
#9Any pointers on how to make it easier to wtfm? If anyone out there actually enjoys writing documentation I'd be willing to pay for some help and guidance on a rather large commercial open source project that is in need of some tlc regarding documentation
Re: WTFM - Write The Freaking Manual
#10When it comes to open source work, which I mostly do on my own, limited time and don't get paid for, I have a choice. I can spend time writing code or writing documentation. The former I enjoy very much, the latter I don't like at all. Guess which I am going to pick. The times when I've actually ended up writing some docs, I don't think anyone has ever read them. And writing the docs is just the beginning, they have…
I don't have unlimited time to figure out your code, API and lack of documents. I would rather deal with OSS or commercial software that respects me.