Slashdot Mirror


User: orenmnero

orenmnero's activity in the archive.

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

Comments · 27

  1. Re:But why??? on George Lucas May Be Completely Evil · · Score: 1

    Episode V was directed by Irvin Kirshner.

  2. Re:Software Engineering and Open source on Java Tools For Extreme Programming · · Score: 1

    I have an open source project that uses many of the principals of XP. The most important ones used to guarantee quality is heavy reliance on unit tests, acceptance tests and continuous integration. Much of the code was pair programmed but with a distributed application that is not always possible. Fortunately open source compensates by being so well geared to constant peer review. The name of the project is QuickFIX (http://quickfix.thoughtworks.com). It is an implementation of an open protocol used for financial transactions. It should be noted that this application is in production as a mission critical component in many financial institutions. In fact I know it is being used by one of the major online brokerages for routing customer stock trades.