Wednesday, April 1, 2015

Software factory simulation: surprise!

I found this link to a forum where one of my articles was discussed by some students.

Not my class, but it was a nice surprise to found this on the web.

Maybe I should revisit the idea; so much in the road to comment and apply.

Coding style for multiple platforms

Very simple concepts can be applied to existing languages like C# to have one code base that can be shared between applications that target several devices.

This article explains how using some function, compiler directives and other code organization techniques, this can be achived.