Home > Articles > Programming > Visual Basic

Software Issues 1: Programming Is Really a Language Art

Do you think of programmers as scientists in white lab coats? Maybe you should think in terms of painters in smocks and berets instead, suggests software development expert Tyson Gill.
The content in this article is a mix of original material and material adapted from Visual Basic 6: Error Coding and Layering (Prentice Hall, 2000, ISBN 0-13-017227-8) and the upcoming book Planning Smarter: Creating Blueprint-Quality Software Specifications (Prentice Hall, 2001).
Like this article? We recommend

If you were planning the curriculum for a college, you would probably offer programming courses through the computer science department. It seems logical. But while the developers of nitty-gritty drivers need to be closely involved with the hardware guys, most high-level developers really don't. Application developers frankly have no more justification for being part of the computer science department than would a major in comparative religions who writes his dissertation on a computer.

Programming simply doesn't qualify as a science. For that matter, neither do most fields with the word science in their title, except maybe environmental science. Even though a good programmer must be logical and use technology, those are also requirements for many nonscientific fields. A scientist is one who uses the very well-defined scientific method to discover, investigate, and validate theories. Clearly software programming doesn't meet this strict definition.

Perhaps the engineering department would be a more appropriate place to offer programming courses. After all, we do call it software engineering. But engineering is the practical application of scientific principles. Since software engineering doesn't really apply any scientific principles, it probably doesn't technically qualify as engineering, either.

So where does a software course fit in?

Because programmers work almost exclusively with things called languages, perhaps software courses could be offered through the language arts department. Software development is essentially language and communications. While engineering doesn't require any use of language, programming is nothing but language. All of the activities of a programmer, from interviewing and planning to coding and documentation, are communications activities. Software developers essentially translate requirements from English to Basic or C++. Their work is most analogous to that of a journalist or novelist who researches a topic, organizes it, and translates it into a logical, detailed written work.

The task of converting requirements and processes from English to a computer language holds it own unique challenges every bit as daunting as observing a sunset and translating that moment into poetry. The poet has a rich vocabulary to draw upon, but the programmer's vocabulary is extremely limited. The poet can rely on inferences made by and the imagination of the reader. The programmer can't. When conversing in English, for example, people are forgiving; they extrapolate, interpolate, assimilate nonverbal cues, interpret context, and make mental corrections where necessary. Computers languages offer none of those luxuries.

Preparing a legal document is perhaps the closest thing to writing software. Legal contracts must defend against antagonistic interpretation and be perfectly unambiguous in their exactitude. They must exhaustively specify every obvious contingency in painstaking detail. But software development makes legal writing seem as loose as poetry. The software linguist must be 100% accurate and unambiguous as he translates loose human communication to rigid machine code. It takes a specialized literary skill to prepare a tight legal document—or a solid program.

Of course, no university would really offer Visual Basic classes alongside Journalism 101, but viewing programming as a language art stimulates us to shift our view of software developers in subtle but profound ways. They're not merely science geeks who understand technology. The good ones are far more than that. They're authors with both the technical knowledge and the communications skill to author programs that must flow and fit together as solidly as a novel by Edgar Allen Poe.

An emphasis on language skills for a programmer suggests that employers should look for exceptional communications skills in their candidates. This is arguably more important than technical skills. Communications skills are a talent and therefore virtually impossible to teach. Communications skills are a relatively permanent asset, while technical skills depend on transient technologies. Technical knowledge without a talent for communicating is a recipe for a programmer who knows his stuff, but can't develop or document a coherent, maintainable program to save his life.

But there are also flavors of communications skills to consider. There's a difference between verbal or English-language talent and computer-language talent. They don't necessarily translate, in the same way that short-story skills don't necessarily translate into screenwriting skills. Many programmers are hired based on the fact that they can talk a good program, but they may have virtually have no ability to actually write one.

This makes it very important to assess and match the right kind of communications skill with the appropriate job. The technical guy without writing skills might be a great technical resource and debugger. The tech-talker may indeed be a great project lead and salesperson. Great application programmers aren't necessarily the best verbally or technically, but they can craft code that sings like Sinatra. The key for each type of role is to realize the particular communications flavor that's critical to success and respect the boundaries.

Programmers rely on various communication flavors in every phase of the job. During the requirements analysis, they must make observations and inquiries, interview, organize, communicate, and translate requirements into coherent written documents. During development, they must be able to translate those documents into the precise language of computers in a way that's clear, accurate, and efficient. They must write code that communicates not only to the computer, but also to other programmers who will need to understand and modify that code later. Many programmers simply can't communicate in the right way to provide insightful comments in their code, let alone structure the code in a way that intrinsically communicates its operation to other developers. In the delivery phase, the programmer must translate his work back into technical or user documents, or at the least communicate clearly with a documentation professional who can produce meaningful documentation.

Another subtle distinction becomes apparent when you think of software development as a language art. Too many projects suffer because their clients and/or managers view software development as a purely technical process. They think of programming as a formulaic process, akin to accounting. We expect that if you give any accountant a copy of "the books," he or she will get the correct numbers out (assuming an understanding of basic accounting principles and the ability to do math). In the same way, some managers think that if you hire a programmer who knows how to construct an if-then-else statement, and then give him or her clear requirements, the programmer should be able to simply crank out the product.

It doesn't work that way.

These managers fail to give sufficient weight to the artistic aspect of programming. While programming isn't an art like painting, it's closer to painting than to accounting. Give two artists the same exacting specifications, and they're likely to produce two very different paintings. The same is true for programming. The range of variation is endless and no amount of specifications can totally eliminate it. Oh, you may be able to get exactly the screens you specified, but that's just an illusion of control. You have little ability to specify the part of the iceberg, all the underlying code, that lies beneath the surface of the user interface.

Further, if you could specify your desired code structure so completely as to eliminate the programmer's influence, it would totally waste the talent and craftsmanship of the programmer. It would be analogous to giving a great painter a photograph and saying that you want his painting to look exactly the same in every detail.

Programming is a modern craft in every way. The craftsman has (or should have) great personal influence over the final product. The programmer's communications skills, language skills, creativity, and talent should not only be allowed to express itself, but should be relied upon—in the same way that a movie director's talents are relied upon to turn a screenplay into a work of great craftsmanship and art.

Note that allowing, or even relying upon, the craftsmanship of the developer does not suggest that you're opening the door to nonstandard, unmaintainable code. A good programming standard provides a standardized, maintainable structure, while at the same time not inhibiting craftsmanship and creativity. It is possible to develop standards that combine both very well.

Seek out talented craftsmen with superlative communications skills for their role. Put them within the framework of a good coding standard. You may find that software development can be a modern craft worthy of the same recognition as that of the finest craftsmen who worked on great cathedrals, epic novels, or classic movies.

Seek out drones who can type if-then-else all day long in an overly restrictive environment, and you end up with uninspired, mediocre sweatshops of code. Fail to recognize subtle variations in communications skills, and you end up with people doing jobs for which they have little talent.

About the Author

Tyson Gill is the director of information technology at Alitum, Inc., in San Diego, California. He also teaches Visual Basic and Microsoft.Net programming at the University of California, San Diego. He is well known for his influential presentations on design, architecture, planning, and coding. Tyson is the author of Visual Basic 6: Error Coding and Layering (Prentice Hall, 2000, ISBN 0-13-017227-8) and the upcoming title Planning Smarter: Creating Blueprint-Quality Software Specifications (Prentice Hall, 2001).

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020