-
Beyond 5 Guys Composites
In programming terms, Guy is a simple composite of Person. Think of Guy as the wrapper around Person–Guys protect their inner Person (via encapsulation). Since this is a pattern, and therefore generic, we need to make the process of building Guy more generic.
Read more... -
Learning Javascript Should I Read Books Or Source Code
Both and neither.
Read more... -
Leap Year And Valid Dates
Quick example of validating a date on the client-side without regex.
Read more... -
5 Guys The Evolution Of Classes In Javascript Part 5
Here’s our highly evolved Guy:
Read more... -
5 Guys The Evolution Of Classes In Javascript Part 4
Inside every Guy, there’s a little person. Person has stuff but could also have hopes and dreams. So, it makes sense to call person a class–Person.
Read more...