The Artima Developer Community
Sponsored Link

Java Buzz Forum
Working Around Problems

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Cote

Posts: 10306
Nickname: bushwald
Registered: May, 2003

Cote is a programmer in Austin, Texas.
Working Around Problems Posted: Jun 14, 2004 9:48 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Michael Cote.
Original Post: Working Around Problems
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Latest Java Buzz Posts
Latest Java Buzz Posts by Michael Cote
Latest Posts From Cote's Weblog: Coding, Austin, etc.

Advertisement

At work, we're doing a lot of integration on the current version: with a new, large frameworks, with a large product, and many other small things. Even "beter," we're integrating with these things before they're complete. I think that's about par for course in the industry -- unless you're on some decade long defense contract, there's not much time for getting your ducks in a row before you start crisply executing.

Anyhow, one skill that's become very important is working around problems. By that I mean that when you encounter a problem/bug/issue that's out of your control -- a change in third party frameworks, for example -- you have to be able to come up with a way to live with it without fixing it.

For example, you might be working on some screen that depends on a domain object existing to modify or create. But, that domain object isn't there. Or, worse, it was there, but it's been changed. Instead of just throwing up your arms and waiting for someone else to fix it, you need to figure out how to work around it.

Read: Working Around Problems

Topic: JDIC: browser integration and more (sorry Mac users) Previous Topic   Next Topic Topic: Better Option for IDEA+Subversion on OS X

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use