Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Why didn't I do that sooner?
Mark
Vanilla Staff
If you've looked at the Vanilla codebase, you're probably aware that there are a lot of classes in there. At the beginning of any project, I spend a stupid amount of time coding up those definitions, and all they really are is a reflection of tables in the database.
Tonight I was going to start work on another open-source application for release through Lussumo (I will be releasing it in conjunction with Vanilla 0.9.3) and I sat looking at the screen - dreading writing out all of those class definitions for the new application. I type quickly, so it's not a huge deal - but there are always typos, and it's just so damn monotonous.
Then, suddenly, I realized that all of the information I need to define the classes is already in the database (duh). I just sat down and coded for about 30 minutes and created a new tiny application that looks at a database you specify, and automatically generates your class files for you.
Why didn't I think of this sooner?!
I feel like kicking myself.
Tonight I was going to start work on another open-source application for release through Lussumo (I will be releasing it in conjunction with Vanilla 0.9.3) and I sat looking at the screen - dreading writing out all of those class definitions for the new application. I type quickly, so it's not a huge deal - but there are always typos, and it's just so damn monotonous.
Then, suddenly, I realized that all of the information I need to define the classes is already in the database (duh). I just sat down and coded for about 30 minutes and created a new tiny application that looks at a database you specify, and automatically generates your class files for you.
Why didn't I think of this sooner?!
I feel like kicking myself.
0
This discussion has been closed.
Comments