Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Optimization

Name: Anonymous 2007-08-06 19:54 ID:H9Dv1bgb

What's your style. Do you constantly think about performance and put grate effort to make your code as fast as possible or do you just make it work and sort out performance issues when they bite? Somewhere between? Do you profile your code or relay on your knowledge?

Just thinking. For example, I need a relatively simple template engine, I could easily implement a high performance version in 100 - 150 lines of code, or I could just use regular expressions and get it around 50 lines..

Name: Anonymous 2007-08-06 20:00 ID:8Xpl2fPN

Same as >>3.

Architecturally, my code is usually designed to scale. The code itself is written to be as simple as readable as possible unless it later turns out to be a bottleneck.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List