Difference between revisions of "Programming"

From Hod's Personal Wiki
Jump to: navigation, search
m (General programming)
Line 8: Line 8:
  
 
[http://www.artima.com/intv/bloch10.html Immutability]
 
[http://www.artima.com/intv/bloch10.html Immutability]
 +
 +
[http://wickedlysmart.com/ Wickedly Smart (by one of the Head First authors)]
  
 
=== Patterns ===
 
=== Patterns ===

Revision as of 13:53, 17 November 2011

General programming

The Code Project

Hidden features of ...

Papers by Ulrich Drepper - Ulrich Drepper

Immutability

Wickedly Smart (by one of the Head First authors)

Patterns

http://stackoverflow.com/questions/152101/mvc-tutorial-that-doesnt-rely-on-a-framework

Yahoo design patterns library

Double dispatch pattern

Low level

Translation lookaside buffer

Position independent code

Position independent code internals

Mobile

Tutorials site

Style

Google style guide