Tagged Questions
-1
votes
3answers
748 views
Study Doom 3 Source Code [duplicate]
Possible Duplicate:
How do you dive into large code bases?
I want to study the source code of a large project (for example, the Doom 3 source code) and I would like some help determining ...
6
votes
3answers
387 views
Does studying other people's programs help in self growth?
Should I be studying big softwares written by other people in our company? My work may be a small sub module on the top of that software, and I may not be required to know what goes beneath the hood, ...
4
votes
5answers
535 views
Where can I find simple, but well-written programs to learn from?
I've tried a few times to look at the source code for various things from github or other sites, in javascript, C#, PHP, etc. I'm never able to understand the programs as a whole though. I can sort of ...
0
votes
1answer
549 views
JavaScript a good more complex examples [closed]
I don't know much about real JavaScript except some really minor things like using some JQuery, reading JavaScript Good Parts book, but what I would really need is some application that I could dig ...
5
votes
9answers
2k views
Reading source code to learn
As you develop as a programmer, software developer, or coder, IMHO, you begin to see different (best or worst) practices, different algorithms, and "more than one way to do it". Seeing this code can ...
20
votes
9answers
1k views
How should I go about learning a very large and complex application?
Being a young and fairly inexperienced developer recently employed by a "real" software company I'd like some opinions and pointers on how to do the following:
Approaches on how to get familiar with ...
12
votes
5answers
2k views
How do I understand an open source project code?
I open the source code and it's folder upon folder of infinite files each with infinite lines of code which doesn't make much sense to me because I dont have the context, and half of it uses functions ...
29
votes
6answers
2k views
Where do you go to read good examples of source code? [closed]
I have heard a few people say that one of the best ways to improve your coding ability is to read others code and understand it. My question, as a relatively new programmer, where do I go to find ...