Where can I find simple, but well-written programs to learn from?
        Posted  
        
            by 
                user828584
            
        on Programmers
        
        See other posts from Programmers
        
            or by user828584
        
        
        
        Published on 2012-03-11T21:15:06Z
        Indexed on 
            2012/04/11
            5:43 UTC
        
        
        Read the original article
        Hit count: 370
        
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 piece together what a specific snippet of code does, but I quickly lose the context of what I'm looking at and how it fits in.
I want to be able to improve, but everything I've tried learning from so far has been too big. Where can I find well-written, but not very complex source code to look at?
edit: Sorry, to be more specific, I'm hoping for javascript/php/C#.
© Programmers or respective owner