Categories
Web

PHP 5 and the road

Great article about PHP 5. A quick glimpse of the article make me wonder if PHP will stay as popular in the future. They had to make it more complex to evolve and handle the ever growing requirements on applications. But it seems they have sacrificed the ease of development for modularity and complexity. A move that might result in loosing the low end programmers while beeing close enough to Java and .NET that they will be a better choice for the apps. Time will show.

Categories
Tech

Visual studio C# refactoring

Alright, so it seems the refactoring support in Visual Studio is stepping up. Using Eclipse I mainly use the rename and extract method refactorings. Learing to use the rest of them would probably be a good idea.

Categories
Development

Thread safe servlets

A must read. I’ll get round to it later.