Programing


This is the current status of Akregator’s synchronization module I’m trying to develop.

There are still a lot of things to do (it crashes all the time and only few features are actually plugged) but I think it gives a good idea of what is being done.

Any comment or remark is welcome.

I’ve watch a very interesting presentation about Aspect Oriented Programing. I didn’t knew exactly what it was but I find that this is a a very interesting approch.

This is not a revolution, it’s more like somting added to the classical object oriented programing. I’m wondering if this king of mecanism can be added to a classical C++/Java/C# project without changing everything (compiler, IDE, other libraries,…) just by adding a new library or something like that…