Click here to Skip to main content
15,867,568 members
Articles / Programming Languages / Java
Technical Blog

When to Flex or Stand Firm in Programming

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
21 Feb 2014CPOL2 min read 6.3K   1
When to flex or stand firm in programming
Like the movie Fight Club, there seems to be an unspoken rule in software development that most individuals entering the field do not realize. Everyone acknowledges the initial mountain that must be climbed. Learning how to think in a logical manner, understand software constructs, and internalize programming languages are all necessary and obtainable merit badges. Although the pinnacle of the mountain is above the clouds, everyone starts their journey at the base. Before too long, they are up above the clouds and the picture becomes more clear. There are tons of people already up there! And the mountain is even bigger above the clouds! This is the place where a programmer's career really starts. During the following formative years, each developer begins to codify his/her own coding style, ideas, theories, and opinions about software development. In this time, programming habits both good and bad are established.

One bad habit that permeates the industry is fellow developers arguing about how code is written. Although their hearts are in the right place, in most cases their focus may need adjustment. The late author Zig Ziglar was known to say "Be firm on principle but flexible on method." This is an excellent approach not only to life but programming. With the exception of high volume, up-time, or bandwidth development, the focus on coding should be a measured response. Help others with programming tips, tricks, and theories only while the conversation remains productive. One of the greatest strengths of software development is that there is no one right way to do anything. Sometimes multiple options exist, or in other situations, what was thought to be the best way was superseded with an even better approach.

Developers are commonly misunderstood as mean, evil, or difficult to work with. In many situations, this is not true and they simply struggle to properly frame the conversation while expressing their opinions. This is where Zig Ziglar's quote can help. It's important for every developer to ask themselves one question before engaging in coding discussions: "Why do I feel this is important?" This will help frame the conversation in one's mind and should help outwardly communicate those thoughts. Keep the focus in this area and be sure to thoroughly communicate any concerns. This simple approach to coding conversations can turn the potential for an argument into a moment of growth for everyone.

This article was originally posted at http://zacgery.blogspot.com/feeds/posts/default

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions

 
GeneralMy vote of 4 Pin
gholbrook25-Feb-14 9:03
gholbrook25-Feb-14 9:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.