All Questions
Tagged with documentation learning
4 questions
14
votes
5
answers
2k
views
Is a well written documentation a good enough reason for learning a programming language? [closed]
I am learning Python currently which wasn't part of my college curriculum. I was asked in an interview why I chose Python and I replied that it is easy to learn and the documentation is very well ...
15
votes
3
answers
7k
views
How does one read RFCs and similar documents? [closed]
RFC:
Request for Comments (RFC) is a memorandum published by the Internet
Engineering Task Force (IETF) describing methods, behaviors, research,
or innovations applicable to the working of the ...
5
votes
5
answers
1k
views
Open source software with good code documentation to improve design skill [closed]
As I'm trying to get better at designing good software I'm wondering if there are out there good (as in well written) open source software with lot of code documentation that aims to explain details ...
11
votes
4
answers
2k
views
How are undocumented functions discovered? [closed]
I've always wondered how do you find undocumented / private API ?
Example the Apple undocumented / private API, Play Station, Windows Phone 7, Win32 Kernel, Windows API, hidden callback, etc...
...