0 ✔ | 1 ♥
Strict function types by ahejlsberg · Pull R...
TS Pull Request outlining why methods are not strictly checked: "The stricter checking applies to all function types, except those originating in method or construcor declarations. Methods are excluded specifically to ensure generic classes and interfaces (such as Array<T>) continue to mostly relate covariantly."
programming, development, type systems, contr...
0 ✔ | 1 ♥
Short, Self Contained, Correct Example (SSCCE)
If you are having a problem with some code and seeking help, preparing a Short, Self Contained, Correct Example (SSCCE) is very useful. But what is an SSCCE? ...
programming, web development, bug reporting, ...
0 ✔ | 1 ♥
Amazon Architecture - High Scalability -
This is a wonderfully informative Amazon update based on Joachim Rohde's discovery of an interview with Amazon's CTO. You'll learn about how Amazon organizes their teams around services, the CAP theorem of building scalable systems, how they deploy software, and a lot more. Many new additions from the ACM Queue article have also been included.
web development, development, architecture, d...