Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

Developer Diaries


Maintaining Code

Dennis Himes

Employer: Computer Sciences Corporation

Job: Project Maintenance and Development

DDJ: Where do you work?

DH: I work for Computer Sciences Corporation on the UTC (United Technologies) account, specifically for the UTC divisions of Pratt & Whitney and Hamilton Sundstrand. I divide my time between two different offices, depending on which project I'm working on, but both offices are in East Hartford, Connecticut.

DDJ: What's your job there?

DH: One project is maintenance of the PWLook app, which is basically a graphical interface to the BOM (bill of materials) database for Pratt & Whitney's jet engines. The other is developing and maintaining engineering add-ons to the Unigraphics CAD system. Most of my career has been working as a developer for CAD systems, mainly for Gerber Systems Technologies and for Cadkey.

I work mostly in C/C++, but also maintain a significant body of Fortran code, and occasionally find myself coding in Perl, Java, or obscure proprietary languages such as UG's Grip or Patran's PCL.

DDJ: What do you like about your job?

DH: I like the UG add-on projects best, because they involve development of new features, and sometimes whole new apps. I really enjoy designing and implementing applications from scratch. My favorite project of my whole career was when I designed and wrote a surface-modeling app for Packaged Communications Technologies in the late '80s.

DDJ: What do you find challenging about your job?

DH: Maintaining decades old Fortran code can be a pain. If I know I'm going to spend a lot of time making changes to a Fortran function, I'll often just rewrite it in C first. It saves time in the long run.

DDJ: What have you found that makes your job easier?

DH: It's a big help that my immediate bosses trust me to know what I'm doing. If I'm maintaining some code and I realize that for some reason (usually changed requirements) it would be more efficient to throw out huge chunks of it and rewrite it, I can do that without any hassle.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.