open source
Using Ruby and Code Generation To Save Time
Working in information systems as a programmer, you often find yourself writing boring repetitious code over and over again. Think about it. Let’s imagine you are writing code to access the following table. How many times will you type those property names? CREATE TABLE user( id VARCHAR(50) , user_name VARCHAR(50) Read more…