Slashdot Mirror


User: ScottyBlues

ScottyBlues's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Not unlike the invention of the electric guitar on Developer's View: Real Life Inspirations Or Abstract Ideas? · · Score: 4, Insightful

    When the electric guitar was first invented, it was played just like an accoustic guitar but with amplification. Later, artists like Jimmy Hendrix came along and played it like it was a fundamentally different instrument. I think that a similar cycle is likely going on with the web, as the original article says. Like the electric guitar, the web has ways of "playing it" that are fundamentally different from the non-web counterparts. The best innovations have come and will come not from porting non-web faculties, but inventing new ones that could not exist without this medium.

  2. Creating a POS is easy! on What is the Best Way to Start a Paid GPL Project? · · Score: 2, Funny

    Creating a POS system is easy. I've worked on many. Most POS's can be created with no planning and require little to no programming skill whatsoever. Or did you mean a Point Of Sale system?

  3. Sometimes the fix breaks the code on When Should You Go Back To The Drawing Board? · · Score: 1

    There's also a common scenario in which "fixing" a broken module breaks the code. This can happen because others have coded to depend on the incorrect behavior or it was never determined to be incorrect behavior and now users are familiar with the program working that way. Either way, your fix will be perceived to be the problem.

    So, I'd say rewrite/refactor only as an approved task that provides sufficient time to regression test and catch any unforeseen consequences of the change.