Slashdot Mirror


User: bobs_lounge

bobs_lounge's activity in the archive.

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

Comments · 2

  1. Re:Lego Mindstorm on Localized (Visual) Programming Language For Kids? · · Score: 1

    I want to start a meme against Mindstorms. My son (10yr) spents way too much time putting the legos together vs programming. The "language" are effectively hieroglyphs. His is getting into Scratch. I think its great. Its localizable,and can even be used to control a Lego Mindstorm robot!

  2. I've worked at investment banks since '93 on Bad Software Runs the World · · Score: 5, Interesting

    and this article is absolutely correct. Forthe most part, we do regression testing, but a lot of code (a whole lot) is never unit tested, its not written to be used it tested, and there are configuration holes all over the place. Each time there is a Jerome Kerviel or Nick Leeson, a generation of auditors will come through and find systems faults, and put in reasonably effective controls, but that is not the same as programmatic correctness. Programmatic correctness often has to be baked into the code from the start (same with effective unit testing), and by and large, this is not an investment banks highest priority (as an earlier poster wrote, code that is not directly involved in revenue generation does not get funded).