|
SearchUnpaid ads:I use the best CMS in the world, you should too. If you want to run your enterprise website on Drupal, consider Acquia. Learn about business at FastCompany and Inc magazines. Stackoverflow is the most addictive developer's resource. Go check it out now! I use it myself, and I got to tell ya, they don't call it "crack overflow" for nothing. Joel helped me find my current job. Check out the Joel on Software job board if you are not happy with yours. WestNIC provides reliable reseller hosting services across the globe. Evernote is the best code, memo, photo, todo, wishlist application I've ever used. Mad props for making Memex real. More Unpaid Ads:Jesse Reklaw's Slow Wave comics absolutely rock!. Jesse designed Deadprogrammer.com corner graphic, the one with the programmer and the cat. And now you can buy his new book - The Night of Your life: Popular Articles |
![]() What's All this Then?
Here's what you might find interesting: My Gastronomic Adventures: I eat weird food - from 13 year old New Coke to Durian and parasitic fungi. My attempts to grow exotic plants: pineapples, coconuts, etc. My photos, mostly of New York City. My musings about architecture mostly illustrated with my own photos. Would you like to learn about a mental patient who died at 103 who served as a model for some very famous sculptures? How about Brooklyn's ugliest building? How about a wooden skyscraper? I find myself frequently writing about logos. The most popular article I ever wrote is about the redesigns of the Starbucks logo. I wrote a series of "Best Sci-Fi You Haven't Read" posts: Psywarrior Other topics that interest me include NYPD, New York City subway system, Japan, and things made out of titanium. On top of all of that, I seem to be interested in pigeions and Rupert Murdoch. Dear reader, please browse around. You are sure to find something interesting. I could really use some help in bringing in readership: subscribe to the rss feed, digg the stories (there's a convenient button at the bottom of every article), link to my blog from yours, write some comments. I put in a lot of effort into writing, and I really appreciate your attention. If you don't want all this pseudo-intellectual bullshit and want some lolcats? Please don't go away. Here, I have that stuff too. Here, here's another. And another. And another. I lied about not posting cat pictures. |
Comments
Even if I'm a logo child, I agree with the fact that young developers are very often hit by a "genericity / modularity dogma" ... everything must be reusable and modular no matter what they're working on. They forget that, sometimes, there is just no need for generic code and people loose a lot of time scratching their head on "how can I make this generic ?" instead of actually tackling the problem! I also wrote a post about "code reuse" that tackles another aspect of code reuse...
Cheers,
PS: I like your Elephant / Hippo comparison :)
Googling for code is a time-honored tradition of lesser developers. I am a lesser developer. I find it a lot easier to start with other people's code: yes there might be bugs, but more likely there will be layers of thought about issues I would not even think about otherwise. It's important to understand and test all the code that one uses, but this does not mean that using googled-up snippets is just plain wrong. Every time I need a piece of code that does something like ftp a file over, I first look in my collection of snippets (unlike 99% of developers I keep one), then I google it - even if only to see what other people tried to do, and then either use a good example, rewrite a serviceable one, or write one myself.
Post new comment