Heh, test this thing.

February 7th 2010

Blog without database. Without any frontend. Interesting. And fairly minimalistic. That’s what appealing.

I think that modern programming suffers from overcomplification. I always have this feeling that things should not be so complex. That there are always easier solutions. We do not have to have a factory of generic factory classes to make a static website. We do not even need a database for a simple one.

I’m working on one small website now, unfortunately I absolutely have to use PHP, but I do not use any database, I do not use any framework, I have one model, couple of controllers and couple of views. Of course I do not structure the project around some kind of generic MVC core. I’m not even sure it’s really MVC. Well, we’ll see.

blog comments powered by Disqus