5 ms·
I cringe every time I have to read the MSDN documentation. When you really need it, it barely goes into detail to explain what a class/method/parameter does, ho
by dev360 10y ago
I cringe every time I have to read the MSDN documentation. When you really need it, it barely goes into detail to explain what a class/method/parameter does, how to use it, or give any useful code examples.
Its just a false sense of security, in my opinion. Python and Django has great documentation that most of all is relevant with good examples. For the things that you cant figure out, you can always read the source and you will find the answer.