Search Results

1
vote
10answers
555 views

“Winning” OO programming job interviews with sysadmin/Perl/Linux background?

Hey StackOverflow-ers, I'm a student in software engineering in Montreal. For the last 3 years I've had a few interships (once per year). The first two (in the same company) were mostly sys …
2
votes
2answers
186 views

Bad OO design problem - I need some general functionality in Java but don’t know how to implement it

Hello, I'm developping a small UML Class editor in Java, mainly a personal project, it might end up on SourceForge if I find the time to create a project on it. The project is quite …
0
votes

“Winning” OO programming job interviews with sysadmin/Perl/Linux background?

Thank you all for your support! I'm not out of school yet ; I am still a full-time student! My university program is a cooperative one : I have to get 3 internships to get my diploma. …
0
votes

Bad OO design problem - I need some general functionality in Java but don’t know how to implement it

Visitor? I saw this pattern very quickly a year ago. I'll check it out, thanks! …