473,785 Members | 2,882 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fear of programming

How to conquer fear of programming?
Jun 2 '08
18 1813
On Thu, 15 May 2008 11:43:14 -0700, macca sez:
Watch the Simpsons...
aah, all your fears will just fade away...
Absodoodley!

--
Peter B. Steiger
Cheyenne, WY
If you must reply by email, you can reach me by placing zeroes where
you see stars: wypbs.**1 at gmail.com (yes, that's a new address)
** Posted from http://www.teranews.com **
Jun 2 '08 #11

"subscribe" <sa************ @gmail.comwrote in message
news:01******** *************** ***********@u6g 2000prc.googleg roups.com...
How to conquer fear of programming?
....desensitisa tion training...

First day... approach your computer until you reach the limit of your fear.
You may not even touch the keyboard on the first try. Try not to raise the
tension level in the office by screaming. Sweating and trembling however are
ok, provided it doesn't disturb the guy in the next cubicle who really needs
his nap time.

Second day... go a little closer, maybe touch the spacebar, but for goodness
sake don't carry hot liquids like coffee to the keyboard yet... this is for
advanced recoverers ... unless you have one of those dandy industrial
waterproof keyboards (which also protect the keys from blood, sweat and
tears). You might observe a tingling sensation in your fingertips. Don't
worry about this, the keyboard is earthed.

Third day... try opening a code window and typing garbage. Don't be
scared... jump in... it's probably best if you try this in your own code
space... you might not be ready for modifying existing code yet, but feel
free to write some new stuff. If you feel confident enough, do a trial
compilation. Most likely it will fail, but ignore the failure. Remember...
every failure gets you closer to the solution. Try to fix any logical errors
by doing something completely different. If that doesn't work, go back to
the original, non-functioning code- there's no sense beating your head on a
brick wall, and someone else is bound to spot the error and fix it
eventually. If you can do all this without fear, you are almost there!

Fourth day... try fixing yesterday's errors. You might get a successful
compilation today! If not, just go and have a 'meeting' in the cafeteria.
There's bound to plenty of programming expertise there, and they'd much
rather big themselves up by talking about it and proferring unintelligible
advice, than actually doing it. Donuts and coffee are great mind-lubricants.

Fifth day... try copying and munging someone else's object or procedure to
do the exact opposite of what the original programmer intended. Don't be
scared. You might have to declare some globals, or create some byrefs into
another object or module that breaks the UML model to get it working. Don't
worry too much about commenting your changes, as any good team member will
be able to read your mind from the code you wrote. All this might break
other team members' code, but don't worry about this, another team
programmer is sure to fix it all up later, straight after the user
acceptance system fails after 10 embarassing minutes. Senior programmers are
used to having their carefully planned, written, tested and
performance-benchmarked code totally trashed by interns and work experience
kids, and they love helping when you get stuck.

If you work in a SQL environment, try reorganising or flattening a table
structure back to first normal, or even flat-file form to make your coding
day easier. Alternatively, try writing some code to get rid of that pesky
primary key constraint on the 'customer' table... space that could be used
for storing REAL data. DB analysts love it when you 'simplify' their work,
and you took a backup first, right? So what's the problem?

If you feel sufficiently confident, try introducing a new programming
language into the programming environment that no-one else in the office has
even heard of, much less has any expertise in, and use it to rewrite a
critical module or object so that it's more 'elegant'. This always makes
things more interesting, and may shorten your working day.

Sixth day... try to remove the stapler from your cheek that the Senior Prog.
put there yesterday, just before he tried to eat your cubicle and
spontaneously combusted. You may need medical assistance for this step.

Seventh day... delete everything and start again. If necessary, return to
day 1 of this training program.

If you follow this 'seven point' plan, you'll be cutting code with the best
of them in no time, no worries. It also cures arachnophobia.. . you know...
fear of the world wide web, 'cos you'll need the web to download and munge
other people's code. Don't forget to remove any copyright notices and use
restrictions from downloaded source code before using it.

Alternatively.. . Give yourself a simple programming task to do and jump in
with both feet. Don't leave the keyboard until it's working perfectly. This
might take a little time, so don't plan on driving for a while. Driving and
No-Doze are not a good mix. You need sleep to drive.

Keep polishing your code until it's so shiny that it's perfectly documented,
twice as fast, twice as robust and half the size of the previous version,
written by the Senior Prog. (S)he loves being shown up for the dinosaur that
(s)he is, and will appreciate your improvements to his/her code.

Another alternative... you could just take a course and be done with it. It
might take a little longer than 7 days, but the effort will be well worth
it. Universities always turn out first-rate programmers in the most 'widely
used' languages like Pascal, Fortran and Cobol, and the effort you put in to
learning the intricacies of these languages will be rewarded by a long and
prosperous career.

;)

Jun 2 '08 #12
asdf wrote:
"subscribe" <sa************ @gmail.comwrote in message
news:01******** *************** ***********@u6g 2000prc.googleg roups.com...
>How to conquer fear of programming?

...desensitisat ion training...

First day... approach your computer until you reach the limit of your fear.
You may not even touch the keyboard on the first try. Try not to raise the
tension level in the office by screaming. Sweating and trembling however are
ok, provided it doesn't disturb the guy in the next cubicle who really needs
his nap time.

Second day... go a little closer, maybe touch the spacebar, but for goodness
sake don't carry hot liquids like coffee to the keyboard yet... this is for
advanced recoverers ... unless you have one of those dandy industrial
waterproof keyboards (which also protect the keys from blood, sweat and
tears). You might observe a tingling sensation in your fingertips. Don't
worry about this, the keyboard is earthed.

Third day... try opening a code window and typing garbage. Don't be
scared... jump in... it's probably best if you try this in your own code
space... you might not be ready for modifying existing code yet, but feel
free to write some new stuff. If you feel confident enough, do a trial
compilation. Most likely it will fail, but ignore the failure. Remember...
every failure gets you closer to the solution. Try to fix any logical errors
by doing something completely different. If that doesn't work, go back to
the original, non-functioning code- there's no sense beating your head on a
brick wall, and someone else is bound to spot the error and fix it
eventually. If you can do all this without fear, you are almost there!

Fourth day... try fixing yesterday's errors. You might get a successful
compilation today! If not, just go and have a 'meeting' in the cafeteria.
There's bound to plenty of programming expertise there, and they'd much
rather big themselves up by talking about it and proferring unintelligible
advice, than actually doing it. Donuts and coffee are great mind-lubricants.

Fifth day... try copying and munging someone else's object or procedure to
do the exact opposite of what the original programmer intended. Don't be
scared. You might have to declare some globals, or create some byrefs into
another object or module that breaks the UML model to get it working. Don't
worry too much about commenting your changes, as any good team member will
be able to read your mind from the code you wrote. All this might break
other team members' code, but don't worry about this, another team
programmer is sure to fix it all up later, straight after the user
acceptance system fails after 10 embarassing minutes. Senior programmers are
used to having their carefully planned, written, tested and
performance-benchmarked code totally trashed by interns and work experience
kids, and they love helping when you get stuck.

If you work in a SQL environment, try reorganising or flattening a table
structure back to first normal, or even flat-file form to make your coding
day easier. Alternatively, try writing some code to get rid of that pesky
primary key constraint on the 'customer' table... space that could be used
for storing REAL data. DB analysts love it when you 'simplify' their work,
and you took a backup first, right? So what's the problem?

If you feel sufficiently confident, try introducing a new programming
language into the programming environment that no-one else in the office has
even heard of, much less has any expertise in, and use it to rewrite a
critical module or object so that it's more 'elegant'. This always makes
things more interesting, and may shorten your working day.

Sixth day... try to remove the stapler from your cheek that the Senior Prog.
put there yesterday, just before he tried to eat your cubicle and
spontaneously combusted. You may need medical assistance for this step.

Seventh day... delete everything and start again. If necessary, return to
day 1 of this training program.

If you follow this 'seven point' plan, you'll be cutting code with the best
of them in no time, no worries. It also cures arachnophobia.. . you know...
fear of the world wide web, 'cos you'll need the web to download and munge
other people's code. Don't forget to remove any copyright notices and use
restrictions from downloaded source code before using it.

Alternatively.. . Give yourself a simple programming task to do and jump in
with both feet. Don't leave the keyboard until it's working perfectly. This
might take a little time, so don't plan on driving for a while. Driving and
No-Doze are not a good mix. You need sleep to drive.

Keep polishing your code until it's so shiny that it's perfectly documented,
twice as fast, twice as robust and half the size of the previous version,
written by the Senior Prog. (S)he loves being shown up for the dinosaur that
(s)he is, and will appreciate your improvements to his/her code.

Another alternative... you could just take a course and be done with it. It
might take a little longer than 7 days, but the effort will be well worth
it. Universities always turn out first-rate programmers in the most 'widely
used' languages like Pascal, Fortran and Cobol, and the effort you put in to
learning the intricacies of these languages will be rewarded by a long and
prosperous career.

;)
someone has WAYYYYYY too much free time...
Jun 2 '08 #13
On 16 May, 01:58, "asdf" <a...@asdf.comw rote:
Third day... try opening a code window and typing garbage.
There are lots of people who never progress past this step. Sometimes
they collect together and give themselves a name. "Windows Vista
Development Team" is one of them.
Jun 2 '08 #14
On 16 May, 02:58, "asdf" <a...@asdf.comw rote:
"subscribe" <samplestrat... @gmail.comwrote in message

news:01******** *************** ***********@u6g 2000prc.googleg roups.com...
How to conquer fear of programming?

...desensitisat ion training...

First day... approach your computer until you reach the limit of your fear.
You may not even touch the keyboard on the first try. Try not to raise the
tension level in the office by screaming. Sweating and trembling however are
ok, provided it doesn't disturb the guy in the next cubicle who really needs
his nap time.
This is not good advice.

Fear of programming, like all intrinsic motivations, is an essential
evolutionary motivator. Unnaturally suppressing this desire to avoid
coding is likely to have disastrous consequences. If your employer
expects you to debase yourself in this way, immediately set about him/
her with a trout (fresh or frozen).

You should all be ashamed of yourselves, corrupting this poor OP

C.
Jun 2 '08 #15
On May 15, 6:00*am, subscribe <samplestrat... @gmail.comwrote :
How to conquer fear of programming?
how do you do that?
Jun 2 '08 #16

"Michael Austin" <ma*****@firstd basource.comwro te in message
news:L2******** ********@flpi14 6.ffdc.sbc.com. ..
asdf wrote:
>"subscribe" <sa************ @gmail.comwrote in message
news:01******* *************** ************@u6 g2000prc.google groups.com...
>>How to conquer fear of programming?

...desensitisa tion training...

First day... approach your computer until you reach the limit of your
fear. You may not even touch the keyboard on the first try. Try not to
raise the tension level in the office by screaming. Sweating and
trembling however are ok, provided it doesn't disturb the guy in the next
cubicle who really needs his nap time.

Second day... go a little closer, maybe touch the spacebar, but for
goodness sake don't carry hot liquids like coffee to the keyboard yet...
this is for advanced recoverers ... unless you have one of those dandy
industrial waterproof keyboards (which also protect the keys from blood,
sweat and tears). You might observe a tingling sensation in your
fingertips. Don't worry about this, the keyboard is earthed.

Third day... try opening a code window and typing garbage. Don't be
scared... jump in... it's probably best if you try this in your own code
space... you might not be ready for modifying existing code yet, but feel
free to write some new stuff. If you feel confident enough, do a trial
compilation. Most likely it will fail, but ignore the failure.
Remember... every failure gets you closer to the solution. Try to fix any
logical errors by doing something completely different. If that doesn't
work, go back to the original, non-functioning code- there's no sense
beating your head on a brick wall, and someone else is bound to spot the
error and fix it eventually. If you can do all this without fear, you are
almost there!

Fourth day... try fixing yesterday's errors. You might get a successful
compilation today! If not, just go and have a 'meeting' in the cafeteria.
There's bound to plenty of programming expertise there, and they'd much
rather big themselves up by talking about it and proferring
unintelligib le advice, than actually doing it. Donuts and coffee are
great mind-lubricants.

Fifth day... try copying and munging someone else's object or procedure
to do the exact opposite of what the original programmer intended. Don't
be scared. You might have to declare some globals, or create some byrefs
into another object or module that breaks the UML model to get it
working. Don't worry too much about commenting your changes, as any good
team member will be able to read your mind from the code you wrote. All
this might break other team members' code, but don't worry about this,
another team programmer is sure to fix it all up later, straight after
the user acceptance system fails after 10 embarassing minutes. Senior
programmers are used to having their carefully planned, written, tested
and performance-benchmarked code totally trashed by interns and work
experience kids, and they love helping when you get stuck.

If you work in a SQL environment, try reorganising or flattening a table
structure back to first normal, or even flat-file form to make your
coding day easier. Alternatively, try writing some code to get rid of
that pesky primary key constraint on the 'customer' table... space that
could be used for storing REAL data. DB analysts love it when you
'simplify' their work, and you took a backup first, right? So what's the
problem?

If you feel sufficiently confident, try introducing a new programming
language into the programming environment that no-one else in the office
has even heard of, much less has any expertise in, and use it to rewrite
a critical module or object so that it's more 'elegant'. This always
makes things more interesting, and may shorten your working day.

Sixth day... try to remove the stapler from your cheek that the Senior
Prog. put there yesterday, just before he tried to eat your cubicle and
spontaneousl y combusted. You may need medical assistance for this step.

Seventh day... delete everything and start again. If necessary, return to
day 1 of this training program.

If you follow this 'seven point' plan, you'll be cutting code with the
best of them in no time, no worries. It also cures arachnophobia.. . you
know... fear of the world wide web, 'cos you'll need the web to download
and munge other people's code. Don't forget to remove any copyright
notices and use restrictions from downloaded source code before using it.

Alternatively. .. Give yourself a simple programming task to do and jump
in with both feet. Don't leave the keyboard until it's working perfectly.
This might take a little time, so don't plan on driving for a while.
Driving and No-Doze are not a good mix. You need sleep to drive.

Keep polishing your code until it's so shiny that it's perfectly
documented, twice as fast, twice as robust and half the size of the
previous version, written by the Senior Prog. (S)he loves being shown up
for the dinosaur that (s)he is, and will appreciate your improvements to
his/her code.

Another alternative... you could just take a course and be done with it.
It might take a little longer than 7 days, but the effort will be well
worth it. Universities always turn out first-rate programmers in the most
'widely used' languages like Pascal, Fortran and Cobol, and the effort
you put in to learning the intricacies of these languages will be
rewarded by a long and prosperous career.

;)
someone has WAYYYYYY too much free time...
....or a day off...
Jun 2 '08 #17

"C. (http://symcbean.blogsp ot.com/)" <co************ @gmail.comwrote in
message
news:f0******** *************** ***********@24g 2000hsh.googleg roups.com...
On 16 May, 02:58, "asdf" <a...@asdf.comw rote:
>"subscribe" <samplestrat... @gmail.comwrote in message

news:01******* *************** ************@u6 g2000prc.google groups.com...
How to conquer fear of programming?

...desensitisa tion training...

First day... approach your computer until you reach the limit of your
fear.
You may not even touch the keyboard on the first try. Try not to raise
the
tension level in the office by screaming. Sweating and trembling however
are
ok, provided it doesn't disturb the guy in the next cubicle who really
needs
his nap time.

This is not good advice.

Fear of programming, like all intrinsic motivations, is an essential
evolutionary motivator. Unnaturally suppressing this desire to avoid
^^ BS alert :)
coding is likely to have disastrous consequences. If your employer
expects you to debase yourself in this way, immediately set about him/
her with a trout (fresh or frozen).

You should all be ashamed of yourselves, corrupting this poor OP

C.

Jun 2 '08 #18
On May 15, 7:00 am, subscribe <samplestrat... @gmail.comwrote :
How to conquer fear of programming?
Is is fear or anxiety? I would think it is the second if you have
programmed before.

A lot of these things you will have to answer yourself, as with most
fears and anxieties you need to be introspective and figure out why
you are having such fear or anxiety. Is it just a big job? New
development environment? New Job? Knowing the root of your issue
lets you deal with it.

Once you have a perspective on your feelings, the best way to get over
that is to be conscious of your 'fear/anxiety reflex', know it is just
you, and it should not be an issue, and then just start programming.
Start slow, give yourself a break from self-induced stress and set
some easier milestones than you have been putting on yourself lately.

Another thought is to turn off distractions (quiet room, no music) let
yourself reset (I have to do that once in a while, it's like ODing on
being in the zone...)

Lastly, a quote from the late Commodore guru, Jim Butterfield, "Enjoy
what you are doing. If it becomes drudgery, you're doing it wrong!"
Think what you can do to make your programming less drudgery, code
yourself a framework, or adopt a better one? Clean up your project
hierarchy? A new IDE? Or maybe a bigger display and better speakers?

Keep plugging along, dude, don't give up, you'll get there.
Jun 2 '08 #19

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2928
by: Martin | last post by:
When was inheritance intruduced into object oriented programming? More generally, does anyone know or have any sources on when the different features were introduced into object oriented programming?
12
8484
by: G. | last post by:
Hi all, During my degree, BEng (Hons) Electronics and Communications Engineering, we did C programming every year, but I never kept it up, as I had no interest and didn't see the point. But now I really want to get back into it as I see a point with GNU/Linux. I want to get my old skills back and write something or help on some projects etc. I need some good books. I used to have one called "A Book On C", but sold it,
3
2488
by: user | last post by:
Hi all, At the outset, I regret having to post this slightly OT post here. However, I strongly feel that people in this group would be the best to advise me on my predicament. I am working as a QA in an MNC in India, since I graduated in September 2003. I am working in a QA role which requires me to do some Winrunner automation, and modifying/creating a framework in Perl for Automated Regression Testing of some command Line utilities...
134
8046
by: evolnet.regular | last post by:
I've been utilising C for lots of small and a few medium-sized personal projects over the course of the past decade, and I've realised lately just how little progress it's made since then. I've increasingly been using scripting languages (especially Python and Bourne shell) which offer the same speed and yet are far more simple and safe to use. I can no longer understand why anyone would willingly use C to program anything but the lowest...
7
4965
by: Robert Seacord | last post by:
The CERT/CC has just deployed a new web site dedicated to developing secure coding standards for the C programming language, C++, and eventually other programming language. We have already developed significant content for the C programming language that is available at: https://www.securecoding.cert.org/ by clicking on the "CERT C Programming Language Secure Coding Standard"
30
32268
by: Jakle | last post by:
I have been googling, but can seem to find out about C GUI libraries. My main platform is Windows, but it would be nice to find a cross platform library. I've been programming with php, which has a C/C++ syntax structure, but want to move on to compliled languages. I was all ready to go with C++ and wxWindows, but I'm applying for an entry level programming possition. They use their own propriatary language, with
111
5596
by: Enteng | last post by:
Hi I'm thinking about learning C as my first programming language. Would you recommend it? Also how do you suggest that I learn it?What books/tutorials should I read for someone like me? Thanks in advance! -entengk
4
2023
by: DonLi2006 | last post by:
Probably this question has been asked many times, however, I have not found a satisfactory answer, hence, post it here. We in the industry know that there's nothing to fear for downloading and installing it. However, lots of others fear downloading software, how would you alleviate, if not eliminate, this problem for public users? Saying, java is like "info infrastructure" like "highway" to a vehicle may not gain user's confidence, does...
4
1211
by: firewoodtim | last post by:
I have a set of php scripts that make it possible for a client to build and update his/her own website. It is a bit like a CMS on steroids. the client has access to forms, but does not have access to the command line on the web server. I've implemented a number of security features - filtering input, escaping output - but I can't get a nagging fear out of my mind that someone will be able to find a hole and ---- WORST FEAR COMING!!!...
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10327
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10151
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10092
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.