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...
View ArticleInfosys 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...
View ArticlePHP RESTful frameworks
I have to build a RESTful API for Fastaval. The purpose is to tie together three different tools, two of which are built by ourselves (but different developers) and one of which is WordPress. Instead...
View ArticlePHP unit-testing
Lately I’ve begun work on Infosys again – a mixture of new features, bug-fixes and an insane amount of refactoring. Because Infosys is a pet-project of mine, partly done to experiment and learn, I have...
View Article