Slashdot Mirror


User: javaboyBlue

javaboyBlue's activity in the archive.

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

Comments · 3

  1. Do _not_ accept counter on Is it Wrong to Accept an Employment Counter-Offer? · · Score: 1

    The first chance they have to RIF you, they will.

  2. Hire American! on Managing a Global Programming Team? · · Score: 1

    Given the economic climate in the country, you should considering hiring folks from within the US. Unemployment is at a recent high and I'm sure there are plenty of American's would would be willing to pick up the work.

  3. What are the Software Requirements? on What Makes a Powerful Programming Language? · · Score: 1

    What software requirements are driving the need for multiple inheritence and operator overloading. I think a good designer would be able to work around multiple inheritence. I personally would consider operator overloading as syntactic sugar that can be lived without. BTW, someone else mentioned python. I thinks it worth a look also, but I would start in the Java or C++ camps first. (I'm a bit biased toward Java since I'm using it now and FWIW I'm certified).