Skip to content
  • Lab
  • Pre-18 Work
  • About

Nas' Meanderings

Computer Science, Project Management, Software

On Agile and Technology Evolving Software Development Processes

November 28, 2016
  The Agile Method is a tool and nothing more or less. It is not an opinion, but just a tool. To understand this tool, one must first establish the...
Computer Science, Embedded, Game Engine, Open Source, Software

Auto Typing in C(++)

June 16, 2016
Scripting languages offer the comfort of automatic type inference. The way we approached this in our own scripting language was by having meta-data alongside memory containing the data. *A few...