User duncan - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T12:23:51Zhttp://stackoverflow.com/feeds/user/18665http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/418625/explaining-to-my-boss-what-can-and-cant-be-done-with-a-computer/419126#4191260Answer by duncan for Explaining to my boss what can and can't be done with a computer...duncan2009-01-07T03:46:26Z2009-01-07T03:46:26Z<p>To my mind what you are describing is less "what computers can do" than a question of system analysis and design (SAD).</p>
<p>There's a lot more to developing a program / system than cutting code.</p>
<p>Your story seems to indicate that there is a call from business users to have some of the drudgery automated out of their life. This is both reasonable and to be applauded.</p>
<p>What you, collectively, need to do next is to get a documented description of the process 'as is' and then work out what parts can be automated and what parts need 'wetware' to apply judgement, data entry, etc that computers aren't so good at.</p>
<p>Automating part of a process is usually better than automating none of a process (although not as good as automating all of it).</p>
<p>It sounds to me like your company needs to get some SAD skills into its mix. Perhaps organise some training for you or possibly hire in some experience. If automating these process components is going to save some multiple of the cost of training or hiring then it's simply good business to invest in getting the processes automated and it sounds, from your posting, that neither you, nor your bosses currently have the knowledge nor the skills to get it done in the 'right' way.</p>
<p>This is not intended to be an attack and I hope it doesn't read as such. It just seems to me that you are coming at this from completely the wrong direction and that a change of how to think about this is what is required rather than the approach you suggested.</p>
http://stackoverflow.com/questions/418679/what-is-the-best-platform-neutral-font-for-resumes/418688#4186880Answer by duncan for What is the best platform-neutral font for résumés?duncan2009-01-06T23:52:38Z2009-01-06T23:52:38Z<p>Sadly and boringly Times New Roman for printed / pdf documents.</p>
<p>Or are you asking about a font for web delivery? It's hard to tell with the lack of any real information in your question.</p>
http://stackoverflow.com/questions/418600/transaction-scope/418682#4186820Answer by duncan for Transaction Scopeduncan2009-01-06T23:50:50Z2009-01-06T23:50:50Z<p>Your question is quite ambiguous so hard to know what you are actually asking about and seeking as an answer but perhaps this will help?</p>
<p><a href="http://www.codeproject.com/KB/dotnet/TransactionScope20.aspx" rel="nofollow">http://www.codeproject.com/KB/dotnet/TransactionScope20.aspx</a></p>
http://stackoverflow.com/questions/415454/can-a-team-function-predictably-and-deliver-on-time-without-a-project-manager/415464#4154640Answer by duncan for Can a team function predictably and deliver (on time) without a project manager?duncan2009-01-06T04:30:26Z2009-01-06T04:30:26Z<p>It's possible.</p>
<p>It's just not very likely.</p>
<p>However a bad PM can definitely prevent a team functioning predictably and delivering on time.</p>
http://stackoverflow.com/questions/409531/searching-for-a-school-project-that-will-blow-away-my-teachers/409831#4098319Answer by duncan for Searching for a school project that will blow away my teachersduncan2009-01-03T21:00:33Z2009-01-04T10:24:18Z<p>Ask a few teachers you have respect for what their biggest frustrations are with the current tools they use or what their 'wish-list' is.</p>
<p>If you can build them something that makes their working days better (or that they see making things better for students) that will earn you kudos.</p>
<p>You may well find that the thing they'd like the most is not that hard to do but because no-one asked them it's never got identified and built.</p>
<p>User centred design is abused but that doesn't mean there's not value there.</p>
http://stackoverflow.com/questions/410756/is-it-possible-to-browse-the-source-of-openjdk-online/410765#4107652Answer by duncan for Is it possible to browse the source of OpenJDK online?duncan2009-01-04T09:48:38Z2009-01-04T09:48:38Z<p>Here's a way to browse the repositories and look at just the bits you want.
<a href="http://hg.openjdk.java.net/" rel="nofollow">http://hg.openjdk.java.net/</a>
Is that what you are asking?</p>
http://stackoverflow.com/questions/410593/pass-by-reference-value-in-c/410716#4107161Answer by duncan for Pass by Reference / Value in C++duncan2009-01-04T09:15:20Z2009-01-04T09:15:20Z<p>My understanding of the words "If the function modifies that value, the modifications appear also within the scope of the calling function for both passing by value and by reference" is that they are <strong>an error</strong>.</p>
<p>Modifications made in a called function are <strong>not</strong> in scope of the calling function when passing by value.</p>
<p>Either you have mistyped the quoted words or they have been extracted out of whatever context made what appears to be wrong, right.</p>
<p>Could you please ensure you have correctly quoted your source and if there are no errors there give more of the text surrounding that statement in the source material. </p>
http://stackoverflow.com/questions/407061/is-staying-employed-as-a-programmer-completely-luck/408115#4081150Answer by duncan for Is staying employed as a programmer completely luck?duncan2009-01-02T21:50:39Z2009-01-02T21:50:39Z<p>I think your question may be ambiguously worded.</p>
<p>If the next prospective employer is "now only looking for people that <strong>know</strong> technology Y" one can fix that by learning and keeping abreast of change. Hard but it's in the programmer's hands.</p>
<p>What I think you might have been trying to suggest is that the next prospective employer is "now only looking for people that <strong>have foo years experience working in</strong> technology Y". In that case the question and the challenge is completely different.</p>
<p>It is going to be rare that employers are seeking "knowledge". Bad employers expect 20 years experience in a 10 year old technology. Good employers are looking for people who show they can add value through the ebb and flow of different technologies.</p>
http://stackoverflow.com/questions/406483/what-are-the-important-problems-of-our-field-right-now/406761#4067612Answer by duncan for What are the important problems of our field right now?duncan2009-01-02T13:15:08Z2009-01-02T13:15:08Z<p>The important problems are the same as they have always have been:</p>
<ul>
<li>war</li>
<li>peace</li>
<li>hate </li>
<li>love </li>
<li>waste </li>
<li>hunger</li>
<li>health </li>
<li>illness </li>
<li>environmental factors</li>
</ul>
<p>the challenge is to apply your skills to those not to be famous just in the narrow world of software (e.g. Where would software be without Donald Knuth but who in the general population knows who he is?) but to do something that makes the world a better place. The solution might not even be "in" software but maybe bringing the thinking processes you have learned from software to bear on a non-software problem in a way a non-programmer would not think of.</p>
<p>But if you write some some code that solves one of those problems you could be great (maybe).</p>
http://stackoverflow.com/questions/406660/why-does-the-it-world-revolve-around-programmers/406747#4067471Answer by duncan for Why does the IT world revolve around programmers?duncan2009-01-02T13:05:23Z2009-01-02T13:05:23Z<p>For the same reason the newsagent is full of magazines about playing guitar and next to none about how to run a mixing panel.</p>
<p>One is seen as sexy and cool and there are lots of "wanna be's" prepared to dabble as a hobby and the other is "just a job".</p>
<p>It doesn't matter if the perceptions are real it's the facts.</p>
http://stackoverflow.com/questions/406081/why-should-i-avoid-multiple-inheritance-in-c/406098#4060981Answer by duncan for Why should I avoid multiple inheritance in C++? duncan2009-01-02T05:19:35Z2009-01-02T06:51:07Z<p>You shouldn't "avoid" multiple inheritance but you should be aware of problems that can arise such as the 'diamond problem' ( <a href="http://en.wikipedia.org/wiki/Diamond_problem" rel="nofollow">http://en.wikipedia.org/wiki/Diamond_problem</a> ) and treat the power given to you with care, as you should with all powers.</p>
http://stackoverflow.com/questions/406131/problem-while-reading-length-of-the-file-java/406198#4061981Answer by duncan for problem while reading length of the file javaduncan2009-01-02T06:49:20Z2009-01-02T06:49:20Z<blockquote>
<p>*"Hi i'm begginner in java i'm reading
characters from file(FileReader) but
when i read length of the i'm not
getting correct result, its displaying
less size compare to correct one.plz
reply wat is the problem.</p>
<p>thanks for reply"*</p>
</blockquote>
<p>Could you please review your question and spell out your problem at greater length and proof-read your edited version to make sure all the words that you intended to be in the post are actually in the posting.</p>
<p>Please give some specifics such as:</p>
<ul>
<li>what is the expected length?</li>
<li>why do you expect that length?</li>
<li>what is the returned length?</li>
<li>what is the code you are using to get that return?</li>
</ul>
http://stackoverflow.com/questions/405953/generating-uml-from-c-code/406130#4061303Answer by duncan for Generating UML from C++ code?duncan2009-01-02T05:47:51Z2009-01-02T05:47:51Z<p>Here are a few options:</p>
<p>Step-by-Step Guide to Reverse Engineering Code into UML Diagrams with Microsoft Visio 2000 - <a href="http://msdn.microsoft.com/en-us/library/aa140255" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa140255</a>(office.10).aspx</p>
<p>BoUML - <a href="http://bouml.free.fr/features.html" rel="nofollow">http://bouml.free.fr/features.html</a></p>
<p>StarUML - <a href="http://staruml.sourceforge.net/en/" rel="nofollow">http://staruml.sourceforge.net/en/</a></p>
<p>Reverse engineering of the UML class diagram from C++ code in presence of weakly typed containers (2001) - <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.27.9064" rel="nofollow">http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.27.9064</a></p>
<p>Umbrello UML Modeller - <a href="http://uml.sourceforge.net/" rel="nofollow">http://uml.sourceforge.net/</a></p>
<p>A list of other tools to look at - <a href="http://plg.uwaterloo.ca/~migod/uml.html" rel="nofollow">http://plg.uwaterloo.ca/~migod/uml.html</a></p>
http://stackoverflow.com/questions/406053/in-java-why-do-people-prepend-fields-with-this/406101#4061010Answer by duncan for In Java, why do people prepend fields with `this`?duncan2009-01-02T05:23:35Z2009-01-02T05:23:35Z<p>"this" prevents confusion with instance variables with the same name in the parent class/es.</p>
<p>It's pretty much the complement to prepending with "super".</p>
http://stackoverflow.com/questions/404842/relevance-of-red-green-light-testing/404933#4049331Answer by duncan for Relevance of Red Green Light Testingduncan2009-01-01T13:16:48Z2009-01-01T13:16:48Z<p>I'm not sure if I am getting your point but here's how I see the matter.</p>
<p>Think less about what the function returns and more about what it does and what it assumes to be true.</p>
<p>If my true/false function is some language version of the following C function:</p>
<pre><code>bool isIntPrime( int testInt )
</code></pre>
<p>then you want to ensure a test fails if you pass it a double (rather than have a 'helpful' implicit cast occur as you may encounter in some languages). </p>
<p>If you really can't find a 'red light' case then your 'green light' is largely without meaning. If you really encounter such a case then testing is probably not going to be worth much so testing that function / feature is somewhat a waste of time. Perhaps it is so simple and robust it, effectively, can't fail? Then writing a bunch of "green light" tests is a waste of your time.</p>
<p>It's kinda like the white rabbit thought experiment.
If I posit that all rabbits are brown then counting brown rabbits achieves nothing towards establishing the veracity of my claim.
However, the first white rabbit I see proves my claim false.</p>
<p>Does that trivial example help at all?</p>
http://stackoverflow.com/questions/404873/how-to-multi-line-replace-in-files-in-notepad/404920#4049200Answer by duncan for How to multi-line "Replace in files..." in Notepad++duncan2009-01-01T12:50:32Z2009-01-01T12:50:32Z<p>Have you considered asking about Notepad++ features here?
<a href="http://sourceforge.net/forum/forum.php?forum_id=331754" rel="nofollow">http://sourceforge.net/forum/forum.php?forum_id=331754</a></p>
http://stackoverflow.com/questions/404735/what-are-the-trade-offs-between-languages-that-terminate-statements-with-semicolo/404758#4047589Answer by duncan for What are the trade-offs between languages that terminate statements with semicolons and those that don't??duncan2009-01-01T09:01:13Z2009-01-01T09:35:52Z<p>To suggest one doesn't trust languages without semicolons indicates a 'trust' in languages that have semicolons which is such a bizarre concept I can't get my head around it.</p>
http://stackoverflow.com/questions/402881/is-the-reset-button-really-required/404783#4047830Answer by duncan for Is the reset button really required?duncan2009-01-01T09:35:01Z2009-01-01T09:35:01Z<p>I would suggest the usability fail will present itself if and when a user or business owner complains about the absence.</p>
<p>Definitely not required as a "standard" feature and usually a very bad idea with the exception of the special cases given above where the functionality seems to add value. However the most of the cases offered as examples above could be dealt with in different (and I would suggest, better) ways than with the, often awful, reset button.</p>
http://stackoverflow.com/questions/404575/best-online-c-refresher/404772#4047720Answer by duncan for Best Online C++ Refresherduncan2009-01-01T09:21:27Z2009-01-01T09:21:27Z<p>This is my recommendation to anyone
<a href="http://www.cplusplus.com/" rel="nofollow">http://www.cplusplus.com/</a></p>
<p>Good tutorial and a good reference to the libraries etc. that you'll need as the pieces fall back into place.</p>
http://stackoverflow.com/questions/403754/how-are-operating-systems-made/404769#4047690Answer by duncan for How are Operating Systems "Made"?duncan2009-01-01T09:17:43Z2009-01-01T09:17:43Z<p>Reading through here will give you an idea of what it took to create Linux
https://netfiles.uiuc.edu/rhasan/linux/</p>
http://stackoverflow.com/questions/404717/is-refactoring-by-compilation-errors-bad/404755#4047552Answer by duncan for Is Refactoring by Compilation Errors Bad?duncan2009-01-01T08:57:28Z2009-01-01T08:57:28Z<p>It's a way and there can be no definite statement about whether it is safe or unsafe without knowing what the code you are refactoring looks like and the choices you make.</p>
<p>If it is working for you then there's no reason to change just for change sake but when you have the time having a read though the resources here might give you new ideas that you might want to explore over time.</p>
<p><a href="http://www.refactoring.com/" rel="nofollow">http://www.refactoring.com/</a></p>
http://stackoverflow.com/questions/404549/how-do-you-style-major-and-minor-comments/404694#4046940Answer by duncan for How do you style major and minor comments?duncan2009-01-01T07:52:47Z2009-01-01T07:57:50Z<p>Major comment</p>
<pre><code>/*** Function - fooBar() ****************************
** Description **
** does the flooble using the bardingle algorithm **
** with the flinagle modification **
** Pre-condition **
** all moths are unballed **
** Post-condition **
** all moths are balled **
******************************************************/
void fooBar( int foo ) {
...
...
}
/*** Function - fooBar() END ***********************/
</code></pre>
<p>Minor comment</p>
<pre><code>// note cast to int to ensure integer maths result
int i = (int)y / (int)x;
</code></pre>
http://stackoverflow.com/questions/402265/beginner-programmer-which-direction/402433#4024332Answer by duncan for Beginner Programmer - Which directionduncan2008-12-31T06:53:00Z2008-12-31T06:53:00Z<p>I would put in a bid for learning C++.</p>
<p>You get access to all the concepts that are important to understand from C (e.g. pointers) and also you get Object Orientated Programming and Templates and those other more modern ideas.</p>
<p>With a good grounding in those concepts you are ready for <strong>most</strong> things that will be thrown at you as you move forward (with some important exceptions that you will need to cover later).</p>
<p>This is a good place to start:
<a href="http://www.cplusplus.com/" rel="nofollow">http://www.cplusplus.com/</a></p>
http://stackoverflow.com/questions/402418/i-need-help-about-linker-errors-in-c/402422#4024220Answer by duncan for I need help about linker errors in c++duncan2008-12-31T06:43:14Z2008-12-31T06:43:14Z<p>Have a read here:
<a href="http://www.csee.umbc.edu/courses/undergraduate/341/misc/CommonErrors.shtml" rel="nofollow">http://www.csee.umbc.edu/courses/undergraduate/341/misc/CommonErrors.shtml</a></p>
http://stackoverflow.com/questions/396181/how-can-i-process-a-list-of-files-that-includes-spaces-in-its-names-in-unix/396195#3961952Answer by duncan for How can I process a list of files that includes spaces in its names in Unix?duncan2008-12-28T14:13:49Z2008-12-28T14:13:49Z<p>Here's an answer using $IFS as discussed by <strong>derobert</strong>
<a href="http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html" rel="nofollow">http://www.cyberciti.biz/tips/handling-filenames-with-spaces-in-bash.html</a></p>
http://stackoverflow.com/questions/395990/is-it-wise-to-spend-cash-on-a-c-book-keeping-in-view-the-upcoming-c0x/396174#3961741Answer by duncan for Is it Wise to Spend Cash on a C++ Book Keeping in View the Upcoming C++0x?duncan2008-12-28T13:54:44Z2008-12-28T13:54:44Z<p>I'd echo the recommendation to get the Bjarne Stroustrup book "The C++ Programming Language
(Third Edition and Special Edition)" <a href="http://www.research.att.com/~bs/3rd.html" rel="nofollow">http://www.research.att.com/~bs/3rd.html</a> in addition to any other book you may be interested in, if you can afford multiple books. If you can afford only one and have mastered the basics (as you have) then I'd probably learn towards the Stroustrup book. You can't go past getting the facts from the man himself.</p>
<p>You can track developments in C++0x here:
<a href="http://www.research.att.com/~bs/C++0xFAQ.html" rel="nofollow">http://www.research.att.com/~bs/C++0xFAQ.html</a>
if you are interested. As previously commented, I wouldn't hold my breath if I were you.</p>
http://stackoverflow.com/questions/395744/how-to-make-your-it-resume-cv-stand-out/395969#3959691Answer by duncan for How to make your IT Resume/CV stand out?duncan2008-12-28T08:16:28Z2008-12-28T08:16:28Z<p>When you are able to, provide a URL link to a project you have worked on or a description of said project.</p>
<p>Nothing like being able to point to concrete examples that are 'out in the wild'.</p>
<p>Also a one line link saves a long explanation and an overlong resume / application is a mistake.</p>
<p>(Not always possible, of course.)</p>
http://stackoverflow.com/questions/393397/interest-in-computer-science/395966#3959661Answer by duncan for Interest in Computer Science?duncan2008-12-28T08:07:55Z2008-12-28T08:07:55Z<p>The thing that continues to surprise and delight me is that I can build a machine just by describing it.</p>
<p>It still seems slightly magical to me every time code compiles and a working program runs. </p>
<p>(Even more surprising how many bugs the rotten thing has that then have to be hunted down and removed.)</p>
http://stackoverflow.com/questions/343390/what-was-your-biggest-cs-eye-opener/395963#3959630Answer by duncan for What was your biggest CS eye-opener?duncan2008-12-28T08:02:59Z2008-12-28T08:02:59Z<p>It's been said many times but it's the same for me: <em>Pointers</em></p>
<p>A spooky "clunk" noise at the back of my head as the relationship between code and hardware fell into place in a way it never really had before.</p>
<p>I'm sure there are many other ways to get that "ah ha" moment and that I was a dullard to have taken so long to have it happen for me but, until it happens, there is something fundamentally missing in one's grasp of the whole system one is working with.</p>
http://stackoverflow.com/questions/394612/tips-and-tricks-for-getting-good-deals-on-books/395956#3959560Answer by duncan for Tips and tricks for getting good deals on booksduncan2008-12-28T07:45:30Z2008-12-28T07:45:30Z<p>It's been touched on above but once you have the ISBN just dump it into Google and look at the options presented on the first few pages.</p>
<p>I can run through a list of options in the time it would take me to read a page or two and often save myself anything up to 60% of the price on a new book or get a decent 2nd-hand copy for so little I feel a bit dirty in 'stealing' them.</p>
<p>The number of people needing to clean out their home libraries for moves or career shifts and book shops clearing shelves for the next best seller can mean some great deals with very little effort.</p>
<p>The end of school semesters / years is a very good time if you don't mind second hand stuff. The student doesn't want to pay to ship them home and could use the cash and the market is slightly glutted so it's a buyer's market. Some of the books I get from ex-students makes me think either they are very very careful with their books or they never opened them. Sometimes the condition is better than what you'll find in the shelf copy in a book shop for a fraction of the price.</p>
<p>PS - The Ruby Way is one to have on your shelf. I agree.</p>
http://stackoverflow.com/questions/406483/what-are-the-important-problems-of-our-field-right-now/406493#406493Comment by duncan on What are the important problems of our field right now?duncan2009-02-19T12:31:58Z2009-02-19T12:31:58ZNeeds some constraints to be fully meaningful. Relatively bug free can be obtained by aiming low and engaging in 'over-testing'. Without the constraints of effectiveness, timeliness and cost-effectiveness there is no real challenge here.http://stackoverflow.com/questions/406483/what-are-the-important-problems-of-our-field-right-now/406598#406598Comment by duncan on What are the important problems of our field right now?duncan2009-02-19T12:30:11Z2009-02-19T12:30:11Z"There's no standards body that solves this problem." True but we are aiming for reduction not eradication. Standards bodies do <i>seem</i> to reduce the incidence of malpractice and misbehaviour.http://stackoverflow.com/questions/406483/what-are-the-important-problems-of-our-field-right-now/406495#406495Comment by duncan on What are the important problems of our field right now?duncan2009-02-19T12:23:23Z2009-02-19T12:23:23ZI agree with your interpretation of 'important problem'.http://stackoverflow.com/questions/409531/searching-for-a-school-project-that-will-blow-away-my-teachers/409831#409831Comment by duncan on Searching for a school project that will blow away my teachersduncan2009-01-11T11:38:46Z2009-01-11T11:38:46Z@tuinstoel - You might want to check a dictionary for what 'tool' means.http://stackoverflow.com/questions/418160/benefits-of-programming-doing-versus-reading-blogs-thinkingComment by duncan on Benefits of programming (doing) versus reading blogs (thinking?)duncan2009-01-07T00:02:38Z2009-01-07T00:02:38ZDid you really mean 'large signal to noise ratio'? I think you might have intended 'large noise to signal ratio'?http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/412591#412591Comment by duncan on What's your most controversial programming opinion?duncan2009-01-06T06:17:45Z2009-01-06T06:17:45ZQ - "how often will change the freezing point of water" A - Every time you change altitude (barometric pressure) or salt density or... (assumptions start with those three letters for a reasons)http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/412058#412058Comment by duncan on What's your most controversial programming opinion?duncan2009-01-05T03:48:51Z2009-01-05T03:48:51ZWhat does this even mean? "Hey, I just released a patch that deleted the customer's requested functionality because I felt like it but it's ok because I have documented it and told you that I did it." Is that the kind of thing you were suggesting?http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/408862#408862Comment by duncan on What's your most controversial programming opinion?duncan2009-01-04T11:44:44Z2009-01-04T11:44:44ZSo you see no value in using style (camelCase vs CamelCase vs ALL_CAPS) to indicate whether the reference is to a Class a variable an const or whatever? I can't agree. It seems you may not be aware of naming conventions as an idea. e.g. <a href="http://www.possibility.com/Cpp/CppCodingStandard.html#names" rel="nofollow">possibility.com/Cpp/CppCodingStandard.html#names/…</a>http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/410293#410293Comment by duncan on What's your most controversial programming opinion?duncan2009-01-04T11:35:32Z2009-01-04T11:35:32ZAgree - qualifications are indicators of commitment. They can be more but if even if that's all they are then they have value. It is only those without pieces of paper who decry them. Those with them know the limits of their value but know their value too.http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/409362#409362Comment by duncan on What's your most controversial programming opinion?duncan2009-01-04T11:31:47Z2009-01-04T11:31:47ZYou might want to check what the original meaning of "shoot yourself in the foot" means (as opposed to the 'new' meaning) and then think if maybe creating a bit of pain and confusion for the return of long-term survival is what is going on here. There is a survival strategy in hard to maintain code.http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/409172#409172Comment by duncan on What's your most controversial programming opinion?duncan2009-01-04T11:26:06Z2009-01-04T11:26:06ZIn the working world it is not an option to rewrite code "the way you want it" you have to deal with what is there regardless of who wrote it. The rest of your post is incomprehensible.http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/408434#408434Comment by duncan on What's your most controversial programming opinion?duncan2009-01-04T11:22:53Z2009-01-04T11:22:53ZChanging from 0 to 1 would just change the OBOEs not eliminate them. I have to use languages that use both and the errors are just as common in both (just different). A non-idea.http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/406799#406799Comment by duncan on What's your most controversial programming opinion?duncan2009-01-04T11:19:07Z2009-01-04T11:19:07Z"One common ... flags false" - How common is this? In what language? Perhaps the answer for those who have this idea when it's false is "RTFM!". This is just a bad solution looking for a problem it can't find.http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/406948#406948Comment by duncan on What's your most controversial programming opinion?duncan2009-01-04T10:50:19Z2009-01-04T10:50:19Z@luiscubal - my thought is that you can advertise for people and not get enough to fill positions who have any demonstrable coding skill - so do you hire one of the 'non-coders' as a developer or leave the position unfilled? That question is where the controversy lies, IMO. http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/407939#407939Comment by duncan on What's your most controversial programming opinion?duncan2009-01-03T13:43:37Z2009-01-03T13:43:37Z@Nemanja Trifunovic - I hear what you are saying but, respectfully, I think you are dead wrong. Being able to type makes a huge difference.