Natural Engine Framework - What do you think?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Gambler
Forum Contributor
Posts: 246
Joined: Thu Dec 08, 2005 7:10 pm

Natural Engine Framework - What do you think?

Post by Gambler »

User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

What does it do? Is it worth installing? I'm not big on framework. I just got into writting oop and figure I'll just write all my own framework. Am I missing something here?
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

doesn't look at all special to me. but then again i go gay for my own framework. i love it lmao
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

No documentation, no license included in the file, and almost no commenting in the files themselves.

Not even a discussion forum, or a mailing list discussing it.

Beyond "A framework", what is it, and why should we look further?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

It's not really a framework, but more an application with some generalized classes. They code is not particularly bad -- though there are a lot of conventions used -- none documented. The code is pretty easy to read and understand -- thanks to the classes being small and minmal comments.

It is pretty easy to get code to that state. It is much harder to make a real framework out of it.

And I haven't seen .INC extensions used in PHP in the last few years. If you use the code remember to protect those directories or put the outside of the pubilc folder.
(#10850)
Post Reply