Archive for the ‘Infosys’ Category

Infosys activity

Lately I’ve been working a lot on the Infosys code, so I figured I’d post some updates I’ve done here.

Refactored core code:

Turned singletons into normal classes, using static variables for shared data if needed
Introduced exceptions instead of bool return values in many places
Changed framework/MVC integration to be based on dependency injection
Changed output to use template [...]

Read the rest of this entry »

Refactoring Infosys

The last week or more has seen quite a bit of activity for Infosys – I’ve been frenzied, to put it mildly :) Almost every core class has had major changes and the framework is fundamentally different now. It’s been lots of fun, lots of learning involved – here are some thoughts on the process:
1. [...]

Read the rest of this entry »