Uri

23,919
reputation
2538 views

Registered User

name Uri
member for 1 year
seen 43 mins ago
website
location US
age 31
I am currently a software engineer at the Pittsburgh office of Aegisoft, an NY based company which developers trading platforms and algorithms. I work primarily with Java and Python.

I received a Ph.D. in software engineering from Carnegie Mellon University. My focus was on usability of API documentation and on memory and knowledge sharing in collaborative development. My studies demonstrated that developers often fail to learn the most important details about methods they invoke even if these details appear in the JavaDoc. I developed an Eclipse plugin named eMoose that decorates calls with important associated information to attract the reader's attention.

I hold an M.S. and B.S. in Computer Science from the Technion in Israel, and have previously worked for IBM research and for Intel.

Dec
16
awarded  Nice Answer
Dec
16
answered Calling a function this way would be bad style?
Dec
16
comment Easy way of running the same junit test over and over?
This is very close to my question: stackoverflow.com/questions/1835523/…
Dec
16
answered Should you wrap 3rd party libraries that you adopt into your project?
Dec
13
awarded  Popular Question
Dec
10
comment Is there a convenient way to use a spinner as an editor in a Swing JTable?
Thanks folks. I figured that I could create a custom component, I just (wrongly) assumed there might be a different way.
Dec
10
asked Is there a convenient way to use a spinner as an editor in a Swing JTable?
Dec
10
answered Is it possible to do CS independent research out of school ?
Dec
10
answered How to start/stop/restart a thread in Java?
Dec
10
accepted How can I read/write bits from/to a file in Java?
Dec
9
answered Switching from Java to .NET from a career change point of view
Dec
8
answered Generate class diagram from existing javadocs
Dec
8
awarded  Popular Question
Dec
6
awarded  Mortarboard
Dec
5
answered How long does it take an experienced programmer to become proficient with a new technology / language?
Dec
4
revised How to find an entry-level job after you already have a graduate degree?
added 1432 characters in body; edited tags
Dec
4
comment Caveats to watch for in transition from Sun JVM to JRockit?
@sylvarking: Any links to instability horror stories would be extremely useful :)
Dec
4
comment Caveats to watch for in transition from Sun JVM to JRockit?
Let's just say that it's not my call to make or affect, unfortunately. I prefer tried-and-tested tools like the standard Sun stuff. .
Dec
4
asked Caveats to watch for in transition from Sun JVM to JRockit?
Dec
3
revised How can I read/write bits from/to a file in Java?
Made question clearer
Dec
3
answered How can I read/write bits from/to a file in Java?
Dec
2
comment Is there a way to make Eclipse run a JUnit test mulitple times until failure?
@Peter: Primarily things like race conditions and unclean states. We're testing one part of a system against a bunch of services that are outside our control.
Dec
2
revised Is there a way to make Eclipse run a JUnit test mulitple times until failure?
added 113 characters in body
Dec
2
comment Is there a way to make Eclipse run a JUnit test mulitple times until failure?
Yea, I tried something like this. But I was hoping for something directly in the UI.
Dec
2
comment Is there a way to make Eclipse run a JUnit test mulitple times until failure?
Yea, but we've got a whole test suite where multiple people keep adding tests... On the build server we do have a loop... I was hoping Eclipse had something.
Dec
2
asked Is there a way to make Eclipse run a JUnit test mulitple times until failure?
Dec
2
accepted How to learn to like Visual Studio and heavy-duty IDEs
Dec
1
answered How to learn to like Visual Studio and heavy-duty IDEs
Nov
29
accepted Documentation style
Nov
28
answered If you don’t code for fun, you can’t be a good programmer?
Nov
28
comment Documenting Interfaces and their implementation
I agree with Rob. I would also say that in my experience, too many exception subtypes don't really add much. Most people would prefer an exception object that is initialized with more meaningful state data, even a better error message. I use typed exceptions if I want to clarify I expect someone to recover from certain errors.
Nov
28
answered Documentation style
Nov
28
accepted Documenting Interfaces and their implementation
Nov
28
answered Documenting Interfaces and their implementation
Nov
27
answered Java: .equals() failing for sets (JGraphT)
Nov
24
answered Why using Integration tests instead of unit tests is a bad idea?
Nov
20
answered Java: Why does calling `remove()` on a List throw UnsupportedOperation exception?
Nov
20
answered Year end budget - what development software should be considered?
Nov
20
comment Paying great programmers more than average programmers
My wife is in the humanities... Unfortunately I know...
Nov
20
comment Paying great programmers more than average programmers
I think that in the US, self employment and contracting have very little to do with talent but rather with age and family status. If you live in the US, have a family, and your spouse does not have group health care coverage or if your are the primary breadwinner, you don't have a practical option (if you are averse to risks) to go solo. This was less of a problem in my home country, where the state covers health care and things like that.
Nov
20
revised Paying great programmers more than average programmers
added 64 characters in body
Nov
20
answered Paying great programmers more than average programmers
Nov
19
answered Translate Interviewese, Please
Nov
19
comment Eclipse cleanup code-style for entire package/class set
@JeeBee: Not that I'm aware off. It would be great to have a standard "do not reformat" option for the times you specifically want to do something fancy with tabulations.
Nov
18
awarded  Nice Question
Nov
13
awarded  Good Question
Nov
10
comment Is there a way in the Eclipse debugger to be notified when the state of a Java object changes?
The properties are manipulated directly (I DID NOT write this code...)
Nov
10
comment Is there a way in the Eclipse debugger to be notified when the state of a Java object changes?
@BallusC: If only whoever wrote this code actually used getters and setters :)
Nov
10
asked Is there a way in the Eclipse debugger to be notified when the state of a Java object changes?
Nov
9
accepted How do you collaboratively write specs?