• My Portfolio

    If you're looking for a Web Developer, I may be able to help you. Take a look at my portfolio.

Repeat Yourself Frequently (RYF)

Where does the database schema live? Hi XXXXX, Yes, the GUI reads the csv and populates the performance tables. The tables and views were not documented in Internal_table.xlsx spreadsheet or in the create_db.sql script, as in a Rails project the correct place for database schema information is in the db folder within the project – [...]

Share

Filed under: Uncategorized

Code smells: a = a

In a project I’m working on at the moment, I saw some rather unusual code at the top of a number of views – it looked like it was trying to set a default value in the event the variable wasn’t defined, for example: and the definition of undefined_to_false: My first reaction to that method [...]

Share

Filed under: Uncategorized