For several years Ive had a little VB program I wrote to generate getters and setters for me. Ive often pondered releasing it out into the wild, but never really felt the need. Honestly, there are a lot of better code generators out there.
Today I decided to rewrite the generator using JavaScript. The end result is a very simple bean generator that can cut a lot of typing out of standard, cookie cutter beans.
Theres no flash or dash, just simple beans. The generator is here.
Comments on: "A Simple Bean Generator" (3)
Great work Doug and what took you such a long time to release this cute R & D project of yours 🙂
LikeLike
Looks like the hints for setter and getter functions are around the wrong way, other than that it looks like a real time-saver!
LikeLike
It took me long enough, but I finally fixed this.
LikeLike