Slashdot Mirror


User: vikingds

vikingds's activity in the archive.

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

Comments · 1

  1. Re:Black Box....yes, but....... on Programmers and the "Big Picture"? · · Score: 1

    This the same old reply that is always given to the specification argument. Thats why black boxes are a good thing, you build them to handle a very specific set of conditions that ARE fully specified and nothing else. IF the spec is complete and followed then no unexpected side effects result. IF the spec is BS, incomplete or not followed then boundary conditions will cause things to break or respond in unpredictable ways.