The work/labor cannot go to waste.
Long time ago I developed a simple database access code generator while I was studying computer engineering.
After four years later I began to use it.
It was just a hobby at first but it saved me so much time.
Basically it just created/generated entity of selected table and some codes related to selected table.
You have a project which needs to be done lots of work on data, that generator is life-saver.
It is really frustrating to write almost same code logic again and again for different table.
I really understand one more times that your work cannot go to waste.
Long time ago I developed a simple database access code generator while I was studying computer engineering.
After four years later I began to use it.
It was just a hobby at first but it saved me so much time.
Basically it just created/generated entity of selected table and some codes related to selected table.
You have a project which needs to be done lots of work on data, that generator is life-saver.
It is really frustrating to write almost same code logic again and again for different table.
I really understand one more times that your work cannot go to waste.
Why don't you share your tool? Maybe it saves some of our time as well :)
ReplyDeleteRight now, it is running one of our server in my company and I do not want to use company server for public usage. I will share source code later when I make it in English. It is Turkish right now.
ReplyDeleteAnd other thing is I think it is not still ready. I still find some bugs.