Archive for the 'eGenting Competition 2006' Category

eGenting Competition 2006: Workshops

October 4th, 2006 by aizatto

So it’s suggested that I attend these “workshops” to build up my skills and expections before attending the competition. Frankly these workshops are boring.

The workshops covered:

  • Embedded SQL
  • Data Flow Diagrams (AHH THE HORROR!)

Embedded SQL is new to me, and I don’t exactly know the benefits vs normal SQL queries. As for the lesson on DFDs, horror! I hate DFDs, and anything related to Systems Analysis and Design…it’s just so boring…

On an interesting note they defined one table as:
[sql]
create table activity {

actDate integer not null,

}
[/sql]

Is that an integer I see for a data type which could possibly be a date?

From the workshop sheet:

Dates are stored on the database in YYYYMMDD format, but the date range submitted to the reporting program must be submitted in DDMMYY format. Two-digit years from 70-99 are in the twentieth century. Other yeras are in the twenty-first century.

Code Conventions

August 25th, 2006 by aizatto

Oh boy, I’m going to start a flame war…

Anyways, I think most of us are familiar with code conventions/coding standards. Recently I got in my email an invitation to participate in the eGENTING Programming Competition. Yes the title of the page says 2005, but it is 2006. Back to the point, I went down to look at their Java Programming Standards and though I’m not much of a hardcore Java programmer, I find it horrible. Like EWW ew ew.

Java does have Jdoc for a reason you know. Anyways, to those unfamiliar there is already code conventions for Java, which the document seems to be at odds with.

Sent a complain, wonder what I’ll get back. Wonder if I can still participate…

<update />
Don’t have to follow those standards…phew