Slashdot Mirror


User: gaygeek

gaygeek's activity in the archive.

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

Comments · 3

  1. Not lazy devs, just unrealistic deadlines on New Analyst Report Calls Agile a Scam, Says It's An Easy Out For Lazy Devs · · Score: 5, Insightful

    In my experience, agile is not about lazy developers not wanting to do the boring work, it's about the business owners and project managers wanting to force unrealistic deadlines on projects such that there is no time for those tasks because of the tight deadlines and quick release cycles. It is rare that they allow the principle that you deliver what you can by the release date, but rather they want everything they asked for and the devs need to make it happen.

  2. Re:WTF on YouTube Removal Highlights Media Self-Censorship · · Score: 1

    Ken Mehlman stepped down yesterday... not because he is gay but because his party just had their biggest election loss in 30 odd years and he was in charge.

  3. Re:Which one is better? on Borland Releases JBuilder to Eclipse · · Score: 2, Informative

    IntelliJ IDEA is better than either. I have used JBuilder extensively at work and although Borland tries to add features that other IDEs have (refactoring tools, web module, code folding), they just don't get it right. For example, there is no way to fold all methods in class with a keystroke, or to specify rule for what should be folded by default. The refactoring tools don't work in JBuilder unless the classes compile--no such annoying restrictions exist in IntelliJ. Web module support in JBuilder is awkward and cannot be used easily with a tool they don't specifically support like JRun, where IntelliJ has generic server support. I haven't used Eclipse enough to compare.