Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Aseem Bansal's user avatar
  • 3,034
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 ...
iCanLearn's user avatar
  • 1,341
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 ...
Geeo's user avatar
  • 199
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... ...
elp's user avatar
  • 213