Slashdot Mirror


User: sjmgaut

sjmgaut's activity in the archive.

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

Comments · 6

  1. Re:Old games on Game To Play During Lunch? · · Score: 1

    Go play ouside! Soccer,football,hockey, basketball, anything!

  2. Re:Microsft releasing OSS? *Blink* on Microsoft Collaborates On Child Porn Buster · · Score: 1

    Apparently, the whole idea comes from a policeman from Toronto who sent an email to Bill Gates to convince him to help them do something about kiddie orn. At least that's what I heard on TV in an interview with a Quebec Police Officer

  3. I guess I'm also a thief when ... on Only Thieves Block Pop-Ups · · Score: 1

    I change channels during commercials when I watch TV. Zapping == stealing

  4. XP Style uUnit tests on Properly Testing Your Code? · · Score: 1

    Doing unit tests "XP Style" is a good way to solve the How-much-is-too-much problem because you'll write most of you unit tests before actually coding the implementation. Your tests will reflect the specification/requirement of the users, not more, not less.

    And because "XP Style" unit tests are generated automatically on a regular (and frequent) basis. It will prevent you from reintroducing "old bugs" as you change the actual code. That will help you to keep your defects in code closer to zero.

  5. Here's a suggestion on Programmers for Scientific Research? · · Score: 1

    www.sourceworks.com SourceWorks has a total staff of 30+ with an average experience of 12 years. Our resources inlude 3 PhDs, 5 Masters, and numerous degrees in Computer Science, Mathematics, Engineering, Physics, Chemistry, Mechanics, Meteorology and/or Business Administration/Accounting.

  6. The best choice is Smalltalk on Best Way to Get Kids Started in Programming? · · Score: 1

    With only a few operators and keywords, and the most complete class library, Smalltalk is an obvious choice