User Wedge - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T05:28:59Z http://stackoverflow.com/feeds/user/332 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1717815/i-need-to-learn-c/1717843#1717843 4 Answer by Wedge for I need to learn C. Wedge 2009-11-11T20:27:10Z 2009-11-11T20:27:10Z <p>There's no better way to learn than <a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">The C Programming Language</a> by K&amp;R. However, you might want to learn assembly as well, especially if you are targeting embedded systems.</p> http://stackoverflow.com/questions/163628/making-email-addresses-safe-from-bots-on-a-webpage/1687359#1687359 0 Answer by Wedge for Making email addresses safe from bots on a webpage? Wedge 2009-11-06T12:46:21Z 2009-11-06T12:46:21Z <p>For your own email address I'd recommend not worrying about it too much. If you have a need to make your email address available to thousands of users then I would recommend either using a gmail address (vanilla or via google apps) or using a high quality spam filter.</p> <p>However, when displaying other users email addresses on your website I think some level of due diligence is required. Luckily, a blogger named Silvan Mühlemann has <a href="http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/" rel="nofollow">done all the difficult work for you</a>. He tested out different methods of obfuscation over a period of 1.5 years and determined the best ones, most of them involve css or javascript tricks that allow the address to be presented correctly in the browser but will confuse automated scrapers.</p> http://stackoverflow.com/questions/1660391/death-of-the-cell-processor/1660509#1660509 8 Answer by Wedge for Death of the Cell processor Wedge 2009-11-02T10:36:53Z 2009-11-02T10:36:53Z <p>I'd say the reasons for the lack of popularity for cell development are closer to:</p> <ul> <li>The lack of success in the PS3 (due to many mistakes on Sony's part and strong competition from the XBOX 360)</li> <li>Low manufacturing yield, high cost (partly due to low yield), and lack of affordable hardware systems other than the PS3</li> <li>Development difficulty (the cell is an unusual processor to design for and the tooling is lacking)</li> <li>Failure to achieve significant performance differences compared to existing x86 based commodity hardware. Even the XBOX 360's several year old triple core Power architecture processor has proven competitive, compared to a modern Core2 Quad processor the cell's advantages just aren't evident.</li> <li>Increasing competition from GPU general purpose computing platforms such as CUDA</li> </ul> http://stackoverflow.com/questions/1658591/variable-scope-in-c/1660363#1660363 1 Answer by Wedge for Variable Scope in C# Wedge 2009-11-02T10:03:35Z 2009-11-02T10:03:35Z <p>Presented without additional comment:</p> <pre><code>public static string GenerateRandomCode(int length) { const string charset = "RBGOTWPY"; string randomCode = ""; Random random = new Random(); while (length &gt; 0) { length--; randomCode += charset[random.Next(charset.Length)]; } return randomCode; } </code></pre> http://stackoverflow.com/questions/1659591/what-is-the-need-for-validation-of-forms-in-php/1660244#1660244 0 Answer by Wedge for What is the need for validation of forms in php? Wedge 2009-11-02T09:31:33Z 2009-11-02T09:31:33Z <pre><code>telnet yoursite.com 80 GET /yourapp.php?name=');drop%20table%20users;-- HTTP/1.1 Host: yoursite.com </code></pre> <p>Bad things happen when you don't do server side sanitation.</p> <p>Slightly less important than preventing your site from getting owned by anyone with a little bit of knowledge, not everyone will have javascript turned on, so you want to provide worthwhile error messages for them as well (not to mention, avoiding running with bad data, creating users with empty email addresses or names, as a non-malicious example).</p> http://stackoverflow.com/questions/1656608/what-is-difference-between-superscaling-and-pipelining/1656728#1656728 2 Answer by Wedge for what is difference between Superscaling and pipelining ? Wedge 2009-11-01T09:26:47Z 2009-11-01T10:45:20Z <p><strong>An Analogy: Washing Clothes</strong></p> <p>Imagine a dry cleaning store with the following facilities: a rack for hanging dirty or clean clothes, a washer and a dryer (each of which can wash one garment at a time), a folding table, and an ironing board.</p> <p>The attendant who does all of the actual washing and drying is rather dim-witted so the store owner, who takes the dry cleaning orders, takes special care to write out each instruction very carefully and explicitly.</p> <p>On a typical day these instructions may be something along the lines of:</p> <ul> <li>take the shirt from the rack</li> <li>wash the shirt</li> <li>dry the shirt</li> <li>iron the shirt</li> <li>fold the shirt</li> <li>put the shirt back on the rack</li> <li>take the pants from the rack</li> <li>wash the pants</li> <li>dry the pants</li> <li>fold the pants</li> <li>put the pants back on the rack</li> <li>take the coat from the rack</li> <li>wash the coat</li> <li>dry the coat</li> <li>iron the coat</li> <li>put the coat back on the rack</li> </ul> <p>The attendant follows these instructions to the tee, being very careful not to ever do anything out of order. As you can imagine, it takes a long time to get the day's laundry done because it takes a long time to fully wash, dry, and fold each piece of laundry, and it must all be done one at a time.</p> <p>However, one day the attendant quits and a new, smarter, attendant is hired who notices that most of the equipment is laying idle at any given time during the day. While the pants were drying neither the ironing board nor the washer were in use. So he decided to make better use of his time. Thus, instead of the above series of steps, he would do this:</p> <ul> <li>take the shirt from the rack</li> <li>wash the shirt, <em>take the pants from the rack</em></li> <li>dry the shirt, <em>wash the pants</em></li> <li>iron the shirt, <em>dry the pants</em></li> <li>fold the shirt, <em>(take the coat from the rack)</em></li> <li>put the shirt back on the rack, <em>fold the pants</em>, <em>(wash the coat)</em></li> <li><em>put the pants back on the rack</em>, <em>(dry the coat)</em></li> <li><em>(iron the coat)</em></li> <li><em>(put the coat back on the rack)</em></li> </ul> <p><strong>This is pipelining.</strong> Sequencing unrelated activities such that they use different components at the same time. By keeping as much of the different components active at once you maximize efficiency and speed up execution time.</p> <p>Now, the little dry cleaning shop started to make more money because they could work so much faster, so the owner bought an extra washer, dryer, ironing board, folding station, and even hired another attendant. Now things are even faster, instead of the above, you have:</p> <ul> <li>take the shirt from the rack, <em>take the pants from the rack</em></li> <li>wash the shirt, <em>wash the pants</em>, <em>(take the coat from the rack)</em></li> <li>dry the shirt, <em>dry the pants</em>, <em>(wash the coat)</em></li> <li>iron the shirt, <em>fold the pants</em>, <em>(dry the coat)</em></li> <li>fold the shirt, <em>put the pants back on the rack</em>, <em>(iron the coat)</em></li> <li>put the shirt back on the rack, <em>(put the coat back on the rack)</em></li> </ul> <p><strong>This is superscalar design.</strong> Multiple sub-components capable of doing the same task simultaneously, but with the processor deciding how to do it.</p> <p>Older processors, such as the 386 or 486, are simple scalar processors, they execute one instruction at a time in exactly the order in which it was received. Modern consumer processors since the PowerPC/Pentium are pipelined and superscalar. A Core2 CPU is capable of running the same code that was compiled for a 486 while still taking advantage of instruction level parallelism because it contains its own internal logic that analyzes machine code and determine how to reorder and run it (what can be run in parallel, what can't, etc.) This is the essence of superscalar design and why it's so practical.</p> <p>In contrast a vector parallel processor performs operations on several pieces of data at once (a vector). Thus, instead of just adding x and y a vector processor would add, say, x0,x1,x2 to y0,y1,y2 (resulting in z0,z1,z2). The problem with this design is that it is tightly coupled to the specific degree of parallelism of the processor. If you run scalar code on a vector processor (assuming you could) you would see no advantage of the vector parallelization because it needs to be explicitly used, similarly if you wanted to take advantage of a newer vector processor with more parallel processing units (e.g. capable of adding vectors of 12 numbers instead of just 3) you would need to recompile your code. Vector processor designs were popular in the oldest generation of super computers because they were easy to design and there are large classes of problems in science and engineering with a great deal of natural parallelism.</p> <p>Superscalar processors can also have the ability to perform speculative execution. Rather than waiting for a code path to finish executing before branching a processor can make a best guess and start executing code past the branch before prior code has finished processing. When execution of the prior code catches up to the branch point the processor can then compare the actual branch with the branch guess and either continue on if the guess was correct (already well ahead of where it would have been by just waiting) or it can invalidate the results of the speculative execution and run the code for the correct branch.</p> http://stackoverflow.com/questions/1656574/google-chrome-rendering-xml-as-text-for-rss-feed/1656626#1656626 7 Answer by Wedge for Google Chrome rendering XML as text for RSS feed Wedge 2009-11-01T07:50:49Z 2009-11-01T07:50:49Z <p>This is a <a href="http://code.google.com/p/chromium/issues/detail?id=84" rel="nofollow">known bug</a> in chrome that has yet to be fixed, chrome does not display xml rss feeds with any formatting whatsoever.</p> http://stackoverflow.com/questions/1531113/how-to-restrict-to-add-an-item-to-listt/1531174#1531174 2 Answer by Wedge for How to restrict to add an item to List<T> ? Wedge 2009-10-07T11:53:40Z 2009-10-07T12:20:44Z <p>An IEnumerable works just fine: </p> <pre><code>public IEnumerable&lt;Person&gt; Children { get { return _children.AsReadOnly(); } } </code></pre> <p>or the more long winded:</p> <pre><code>public IEnumerable&lt;Person&gt; Children { get { foreach (Person child in _children) { yield return child; } } } </code></pre> http://stackoverflow.com/questions/1530863/what-happens-if-i-lock-an-object-while-another-thread-use-that-variable/1531084#1531084 1 Answer by Wedge for What happens if I lock an object while another thread use that variable? Wedge 2009-10-07T11:37:28Z 2009-10-07T12:14:51Z <p>Lock isn't magic, and it must be used cooperatively. If I want to ensure that changes to some mutable object don't get accidentally stomped on or corrupted by multiple threads then I need to ensure that I only make changes to the object within a lock block.</p> <p>The only thing that lock ensures is that any other code that is locking on the same object is not running on other threads at the same time, it's just syntactic sugar for acquiring and releasing a mutex.</p> <pre><code>lock(x) // acquire mutex associated with x, or wait until it becomes available { // do stuff } // release mutex associated with x </code></pre> <p>Edit: MSDN has very worthwhile <a href="http://msdn.microsoft.com/en-us/library/ms173179%28VS.80,loband%29.aspx" rel="nofollow">under-the-hood details on lock()</a>, for those who are curious.</p> http://stackoverflow.com/questions/1530386/better-way-to-design-this-loop/1531018#1531018 0 Answer by Wedge for Better way to design this loop? Wedge 2009-10-07T11:20:53Z 2009-10-07T11:20:53Z <p>Move the instruction info to a class / property bag. Create some utility methods for conversions to make your life easier. Then use a string -> delegate dictionary to map the instruction name to creation of a command. This is just a start, you can refactor this to be a great deal simpler.</p> <p>Something along these lines, perhaps:</p> <pre><code>public class InstructionData { public InstructionData(string fullCommandString) { string[] commandParts = fullCommandString.Split(new char[] {' ', ','}, StringSplitOptions.RemoveEmptyEntries); this.InstructionName = commandParts[0]; this.parameters = commandParts.Skip(1).ToArray(); } public string InstructionName { get; private set; } public short InstructionInt { get { return Convert.ToInt16(InstructionName[0]); } } private string[] parameters; public string GetParameter(int paramNum) { return parameters[paramNum]; } public byte GetParameterAsByte(int paramNum) { return Convert.ToByte(parameters[paramNum]); } } public class SomeClass { // ... private Dictionary&lt;string, Func&lt;InstructionData, Command&gt;&gt; commandTranslator = new Dictionary&lt;string, Func&lt;InstructionData, Command&gt;&gt;(); private static void InitializeCommandTranslator() { commandTranslator["load"] = ins =&gt; CommandFactory.CreateLoadCommand(ins); commandTranslator["input"] = ins =&gt; CommandFactory.CreateInputCommand(ins); commandTranslator["output"] = ins =&gt; CommandFactory.CreateOutputCommand(ins); } public void SomeMethod() { // ... foreach (KeyValuePair&lt;short, string&gt; kvp in newCommandSet) { InstructionData currentInstruction = new InstructionData(kvp.Value); if(commandTranslator.ContainsKey(currentInstruction.InstructionName)) { currentCommand = commandTranslator[currentInstruction.InstructionName](currentInstruction); } } } // ... } </code></pre> http://stackoverflow.com/questions/1473392/is-it-acceptable-to-only-use-the-else-portion-of-an-if-else-statement/1475565#1475565 2 Answer by Wedge for Is it acceptable to only use the 'else' portion of an 'if-else' statement? Wedge 2009-09-25T05:25:58Z 2009-09-25T05:25:58Z <p>This is bad style, consider some very useful alternatives:</p> <p><strong>Use a guard clause style</strong>:</p> <pre><code>object value = GetValueFromSomeAPIOrOtherMethod(); if((value != null) &amp;&amp; (!string.IsNullOrEmpty(value.Prop)) &amp;&amp; (possibleValues.Contains(value.prop))) { return; } // do stuff here </code></pre> <p><strong>Extract the conditional</strong> into its own method, this keeps things logical and easy to read:</p> <pre><code>bool ValueHasProperty(object value) { return (value != null) &amp;&amp; (!string.IsNullOrEmpty(value.Prop)) &amp;&amp; (possibleValues.Contains(value.prop)); } void SomeMethod() { object value = GetValueFromSomeAPIOrOtherMethod(); if(!ValueHasProperty(value)) { // do stuff here } } </code></pre> http://stackoverflow.com/questions/630602/what-made-programming-easier-in-the-last-couple-of-years/631639#631639 6 Answer by Wedge for What made programming easier in the last couple of years? Wedge 2009-03-10T18:24:24Z 2009-08-10T19:45:42Z <p><strong>Built-in libraries and frameworks.</strong></p> <p>Need to interact with the file system? Need to make a web application? Need to talk to a database? Need to use regular expressions? Need to send email? Need to use a hash algorithm like MD5? Etc. All of these things used to be hurdles that would require either tracking down the right 3rd party library then figuring out how to license and use it or spending significant developer effort to create the functionality from scratch. Today all of these things come for free with the most popular languages (C#, Java, Perl, PHP, etc.) as built-in libraries or frameworks.</p> http://stackoverflow.com/questions/1144703/what-should-the-penalty-response-for-missing-a-deadline-be/1146035#1146035 1 Answer by Wedge for What should the penalty/response for missing a deadline be? Wedge 2009-07-17T22:52:19Z 2009-07-17T22:52:19Z <p>What should the penalty be for setting an unrealistically short development timeframe against all of the advice of the developers and their leads?</p> <p>Coincidentally, this seems to happen almost as often as development teams missing ship dates.</p> http://stackoverflow.com/questions/1129224/how-to-teach-object-oriented-programming-to-procedural-programmers/1130396#1130396 1 Answer by Wedge for How to teach object oriented programming to procedural programmers? Wedge 2009-07-15T09:39:17Z 2009-07-15T09:56:21Z <p><strong>Teach Refactoring</strong></p> <p>Teach the basics, the bare minimum of OO principles, then teach <a href="http://www.refactoring.com/" rel="nofollow">Refactoring</a> hands-on.</p> <p><strong>Traditional Way: Abstractions > Jargon Cloud > Trivial Implementation > Practical Use</strong> (Can you spot the disconnect here? One of these transitions is harder than the others.)</p> <p>In my experience most traditional education does not do a good job in getting programmers to actually grok OO principles. Instead they learn a bit of the syntax, some jargon they have a vague understanding of, and a couple canonical design examples that serve as templates for a lot of what they do. This is light years from the sort of thorough understanding of OO design and engineering one would desire competent students to obtain. The result tends to be that code gets broken down into large chunks in what might best be described as object-libraries, and the code is nominally attached to objects and classes but is very, very far from optimal. It's exceedingly common, for example, to see several hundred line methods, which is not very OO at all.</p> <p><strong>Provide Contrast To Sharpen The Focus on the Value of OO</strong></p> <p>Teach students by giving them the tools up front to improve the OO design of existing code, through refactoring. Take a big swath of procedural code, use extract method a bunch of times using meaningful method names, determine groups of methods that share a commonality and port them off to their own class. Replace switch/cases with polymorphism. Etc. The advantages of this are many. It gives students experience in reading and working with existing code, a key skill. It gives a more thorough understanding of the details and advantages of OO design. It's difficult to appreciate the merits of a particular OO design pattern in vacuo, but comparing it to a more procedural style or a clumsier OO design puts those merits in sharp contrast.</p> <p><strong>Build Knowledge Through Mental Models and Expressive Terminology</strong></p> <p>The language and terminology of refactoring help students in understanding OO design, how to judge the quality of OO designs and implementations through the idea of code smells. It also provides students a framework with which to discuss OO concepts with their peers. Without the models and terminology of, say, an automobile transmission, mechanics would have a difficult time communicating with each other and understanding automobiles. The same applies to OO design and software engineering. Refactoring provides abundant terminology and mental models (design patterns, code smells and corresponding favored specific refactorings, etc.) for the components and techniques of software engineering.</p> <p><strong>Build an Ethic of Craftsmanship</strong></p> <p>By teaching students that design is not set in stone you bolster students' confidence in their ability to experiment, learn, and discover. By getting their hands dirty they'll feel more empowered in tackling software engineering problems. This confidence and practical skill will allow them to truly own the design of their work (because they will always have the skills and experience to change that design, if they desire). This ownership will hopefully help foster a sense of responsibility, pride, and craftsmanship.</p> http://stackoverflow.com/questions/178636/way-to-discover-which-internet-connection-type-im-using-on-the-iphone/1123679#1123679 1 Answer by Wedge for Way to discover which internet connection type I'm using on the iPhone Wedge 2009-07-14T06:00:36Z 2009-07-14T06:00:36Z <p>Rather than hardcoding different versions of your site for 3G, EDGE, GPRS, wifi broadband, why not build a framework which detects connection speed and bootstraps your site up to the appropriate level of bandwidth? That way you would get appropriate results on slow 3G / wifi, and it would naturally scale to the next generation of wireless broadband (e.g. WiMax and 802.11n) with a minimal amount of effort / disruption.</p> <p>For example, you could determine different bandwidth "checkpoints" (which may correspond to 3G, EDGE, etc.), then you could do something like transfer some small bit of data or cache a small image (such as an icon) common to all bandwidth levels, benchmark the download speed in the background and set the bandwidth level accordingly.</p> http://stackoverflow.com/questions/1122328/first-name-middle-name-last-name-why-not-full-name/1122762#1122762 2 Answer by Wedge for First name, middle name, last name. Why not Full Name? Wedge 2009-07-13T23:58:50Z 2009-07-13T23:58:50Z <p>Here's the thing, not even humans can get this right all the time, there's just too much data, and too many special cases. I could change my name right now to be 20 parts, with the middle 13 as my "first" name. Parts of names can contain any number of words, and there can be any number of parts of names. Some people only have 1 name (no surname). Some people have lots of middle names. Some people have first or surnames composed of several words. Some people list their surname first. Some people go by their middle name. Some people go by nicknames that aren't obviously related to their given name.</p> <p>If you try to guess these conventions in software YOU WILL FAIL. Period. Maybe you'll get it right some of the time, maybe even most of the time, but is even that worth it? In my opinion you should store names as one field and stop trying to be cute by using first names to refer to a person. If you need additional information about a name (e.g. a nickname), ask the user!</p> http://stackoverflow.com/questions/1116735/i-less-efficient-than-i-how-to-show-this/1117910#1117910 0 Answer by Wedge for i++ less efficient than ++i, how to show this? Wedge 2009-07-13T06:16:51Z 2009-07-13T06:16:51Z <p>I completely disagree, the color of the bike shed should be <strong>Green</strong>, clearly.</p> <p>My argument why this is so breaks down into 7 parts, which I will explain thusly...</p> http://stackoverflow.com/questions/1117018/should-universities-be-teaching-scm-methodology-skills/1117057#1117057 4 Answer by Wedge for Should universities be teaching SCM/methodology skills? Wedge 2009-07-12T22:07:10Z 2009-07-12T22:07:10Z <p>Yes, they should. CS education is very unusual. In other science disciplines like Chemistry, Mathematics, Physics, etc. students will spend a fair amount of time in lab work using the same (or similar) equipment and techniques as those used in the field. Yet almost all Colleges and Universities are content to leave their Graduates ignorant of the tools and techniques that have been critical in the industry for decades. It is silly, and actively harmful, to churn out paper CS graduates who have no knowledge of SCM, bug tracking, refactoring, unit testing, integration, and development methodologies.</p> http://stackoverflow.com/questions/1111429/are-there-any-real-benefits-to-using-a-rdbms-vs-flat-files-on-a-simple-web-doc-s/1111976#1111976 0 Answer by Wedge for Are there any real benefits to using a RDBMS vs. flat files on a simple Web doc system (or basic CMS)? Wedge 2009-07-10T21:03:40Z 2009-07-10T21:03:40Z <p>It's a shame you can't use <a href="http://couchdb.apache.org/" rel="nofollow">CouchDB</a>, this seems like the perfect application for it. Keep in mind that using flat-files severely constrains your architecture and, especially, scalability.</p> <p>What's the best case scenario for your CMS app? It's successful and people want to use it more? If you're using flat-files it'll be harder to service and improve your system (e.g. make it more robust, and add new features for future versions) and performance will not scale well. So "success" in this case is at best short-lived, as success translates into more and more work for less and less gains in feature-set and performance.</p> http://stackoverflow.com/questions/1101294/can-a-method-be-overriden-with-a-lambda-function/1101460#1101460 0 Answer by Wedge for Can a method be overriden with a lambda function Wedge 2009-07-09T01:53:17Z 2009-07-09T01:53:17Z <p>Depending on what you want to do, there are many ways to solve this problem.</p> <p>A good starting point is to make a delegate (e.g. Action) property that is gettable and settable. You can then have a method which delegates to that action property, or simply call it directly in client code. This opens up a lot of other options, such as making the action property private settable (perhaps providing a constructor to set it), etc.</p> <p>E.g.</p> <pre><code>class Program { static void Main(string[] args) { Foo myfoo = new Foo(); myfoo.MethodCall(); myfoo.DelegateAction = () =&gt; Console.WriteLine("Do something."); myfoo.MethodCall(); myfoo.DelegateAction(); } } public class Foo { public void MethodCall() { if (this.DelegateAction != null) { this.DelegateAction(); } } public Action DelegateAction { get; set; } } </code></pre> http://stackoverflow.com/questions/1055431/how-can-i-do-a-messagebox-in-asp-net-mvc/1055660#1055660 0 Answer by Wedge for How can I do a messagebox in asp.net mvc? Wedge 2009-06-28T20:22:44Z 2009-06-28T20:22:44Z <p>I suggest using the <a href="http://jqueryui.com/demos/dialog/" rel="nofollow">jQuery UI dialog</a>. It's incredibly easy to use, very powerful, and really easy to style.</p> http://stackoverflow.com/questions/1020653/how-can-you-do-anything-useful-without-mutable-state/1020833#1020833 3 Answer by Wedge for How can you do anything useful without mutable state? Wedge 2009-06-20T03:04:47Z 2009-06-20T04:46:11Z <p>It's just different ways of doing the same thing.</p> <p>Consider a simple example such as adding the numbers 3, 5, and 10. Imagine thinking about doing that by first changing the value of 3 by adding 5 to it, then adding 10 to that "3", then outputting the current value of "3" (18). This seems patently ridiculous, but it is in essence the way that state-based imperative programming is often done. Indeed, you can have many different "3"s that have the value 3, yet are different. All of this seems odd, because we have been so ingrained with the, quite enormously sensible, idea that the numbers are immutable.</p> <p>Now think about adding 3, 5, and 10 when you take the values to be immutable. You add 3 and 5 to produce another value, 8, then you add 10 to that value to produce yet another value, 18.</p> <p>These are equivalent ways to do the same thing. All of the necessary information exists in both methods, but in different forms. In one the information exists as state and in the rules for changing state. In the other the information exists in immutable data and functional definitions.</p> http://stackoverflow.com/questions/749792/ratio-of-real-code-to-supporting-code/749875#749875 8 Answer by Wedge for Ratio of real code to supporting code Wedge 2009-04-15T00:35:28Z 2009-06-17T12:25:39Z <p>Supporting code is just as important as the "real code". The quality of your product is determined as much by supporting code as anything else.</p> <p>Consider an automobile. In terms of just getting from point A to point B, that requires nothing more than a go-cart: a frame, a seat, an engine, a few tires. But modern cars have a lot more than just the basics. Highly efficient engines using electronic engine timing. Automatic transmissions. Bucket seats. Heating and A/C. Rack and pinion steering. Power brakes. Anti-lock brakes. Quiet, comfortable cabins protected from the weather. Air bags. Crumple zones and other advanced safety features. Etc. Etc.</p> <p>Details and execution are important, even in software. If you find that your "supporting code" tends to look more like kludges and hacks, then it's time to rethink your fundamental approach. But ultimately the fit and finish determines quality of the end product as much as anything else.</p> <p><strong>Edit:</strong> The questions you should ask yourself: </p> <p><strong>Is your "supporting code"</strong>:</p> <ul> <li>An umbrella duct taped to a pole or a metal and glass cabin frame?</li> <li>A piece of pipe tied to the front of the car or an energy absorbing bumper integrated into a crumple zone?</li> <li>A grappling hook on a rope tied to the frame or 4-wheel anti-lock power brakes?</li> <li>A pair of goggles and a thick coat or a windshield and a heating system?</li> </ul> <p>Answers to these questions will probably affect how much you care about your "supporting code". </p> <p><strong>Edit:</strong> Response to Dave Turvey's comment:</p> <p>I'd encourage rereading the original question, one of the examples of "support code" listed is "error handling". Consider this for a moment. Imagine it in the context of, say, an automobile, a microwave oven, or even an operating system. Should error handling be relegated to second class citizenship because it serves a "support" function in some abstract sense? In an automobile the safety features are part of the fundamental design of the vehicle and comprise a substantial part of the value of the car. The safety features and "error handling" of a microwave oven (indeed, of the microwave oven's embedded software as well) are an important part of its value as well. A microwave oven that was improperly shielded could cook food just fine, under the right circumstances, but it would pose a hazard to the operator.</p> <p>The implicit featureset of every tool (software or otherwise) includes this list:</p> <ul> <li><strong>Robustness</strong></li> <li><strong>Usability</strong></li> <li><strong>Performance</strong></li> </ul> <p>Everything anyone has ever built or used has had these features. Failure to understand this will translate to failure to execute well on these features which will make for a poor quality product of low value and low commercial interest. There is no such thing as "support code", there is only a misunderstanding of the nature of what it means for a feature to be complete. A "feature" that works in the abstract only under laboratory conditions is an experiment, not a part of a product.</p> <p>The idea of pure, pristine features floating on a bog of dirty, ugly support code is the wrong image of software development. Instead, think of elegant, superbly-integrated machinery that is well-built, intuitive to use, and powerful.</p> http://stackoverflow.com/questions/94591/what-is-the-maximum-value-for-a-int32/94889#94889 4 Answer by Wedge for What is the maximum value for a int32? Wedge 2008-09-18T17:48:38Z 2009-06-17T11:45:51Z <pre><code>2^(x+y) = 2^x * 2^y 2^10 ~ 1,000 2^20 ~ 1,000,000 2^30 ~ 1,000,000,000 2^40 ~ 1,000,000,000,000 (etc.) 2^1 = 2 2^2 = 4 2^3 = 8 2^4 = 16 2^5 = 32 2^6 = 64 2^7 = 128 2^8 = 256 2^9 = 512 </code></pre> <p>So, 2^31 (signed int max) is 2^30 (about 1 billion) times 2^1 (2), or about 2 billion. And 2^32 is 2^30 * 2^2 or about 4 billion. This method of approximation is accurate enough even out to around 2^64 (where the error grows to about 15%).</p> <p>If you need an exact answer then you should pull up a calculator.</p> <p>Handy word-aligned capacity approximations:</p> <ul> <li>2^16 ~= 64 thousand // uint16</li> <li>2^32 ~= 4 billion // uint32, IPv4, unixtime</li> <li>2^64 ~= 16 quintillion (aka 16 billion billions or 16 million trillions) // uint64, "bigint"</li> <li>2^128 ~= 256 quintillion quintillion (aka 256 trillion trillion trillions) // IPv6, GUID</li> </ul> http://stackoverflow.com/questions/968522/too-careless-in-programming/969039#969039 0 Answer by Wedge for Too "careless" in programming? Wedge 2009-06-09T09:19:19Z 2009-06-09T09:34:58Z <p>Nobody's perfect. The ratio of defects created per checkin is pretty close to 1:1 for the median developer. Experience, maturity, and improving your personal practice will help you get the better end of that ratio, but it'll be a long (never ending, in fact) hard-fought battle.</p> <p>Consider: again, nobody is perfect. If you never acknowledge your own ignorance and your own fallibility then rather than retaining perfection you are instead merely missing out on opportunities to improve yourself. Only through accepting, eagerly seeking out, and remedying your own deficiencies can you possibly improve.</p> <p>P.S. You could do worse, starting out, than to go through the highest voted Stack Overflow <a href="http://stackoverflow.com/questions/tagged?tagnames=best-practices&amp;sort=votes&amp;pagesize=30">questions tagged best-practices</a>.</p> http://stackoverflow.com/questions/86562/what-is-missing-in-the-visual-studio-express-editions/86873#86873 28 Answer by Wedge for What is "missing" in the Visual Studio Express Editions? Wedge 2008-09-17T19:45:15Z 2009-06-08T17:52:00Z <p>There's a handy set of <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=727BCFB0-B575-47AB-9FD8-4EE067BB3A37&amp;displaylang=en" rel="nofollow">comparison charts</a> on microsoft.com.</p> <p>It depends on the particular express edition, of course (since there are several and they have different features). The limitations you're most likely to run into are source control integration (and TFS client license), debugging limitations, limited refactorings, no unit testing support, and limited designer support.</p> <p>For completeness sake, here's a list of features that are in Visual Studio 2008 Standard Edition but are in none of the express editions:</p> <ul> <li>Add-Ins</li> <li>Macros and Macros IDE</li> <li>Visual Studio Add-in project template</li> <li>VSPackages</li> <li>Wizards</li> <li>ATL/MFC Trace Tool</li> <li>Create GUID</li> <li>Dotfuscator Community Edition</li> <li>Error Lookup</li> <li>Source Control Integration</li> <li>Spy++</li> <li>Team Explorer Integration</li> <li>Team Foundation Server Client Access License</li> <li>Visual Studio 2008 Image Library</li> <li>Add-Ins/Macro Security options</li> <li>Visual Studio Settings</li> <li>Class Designer</li> <li>Encapsulate Field Refactoring</li> <li>Extract Interface Refactoring</li> <li>Promote Local Variable to Parameter Refactoring</li> <li>Remove Parameters Refactoring</li> <li>Reorder Parameters Refactoring</li> <li>Debugging Dumps</li> <li>JIT Debugging</li> <li>Mini-dumps</li> <li>Multithreaded/Multiprocess Debugging</li> <li>NTSD Command Support</li> <li>Step-Into Web Services Debugging</li> <li>CAB Project Project Template</li> <li>Merge Module Project Template</li> <li>Publish Web Site Utility</li> <li>Setup Project Template</li> <li>Setup Wizard Project Template</li> <li>Smart Device CAB Project Template</li> <li>Web Setup Project Template</li> <li>Windows Installer Deployment</li> <li>64-bit Visual C++ Tools</li> <li>Create XSD Schema from an XML Document</li> <li>Reports Application Project Template</li> <li>Visual Studio Report Designer</li> <li>Visual Studio Report Wizard</li> <li>Shared Add-in Project Template</li> <li>ASP.NET AJAX Server Control Extender Project Template</li> <li>ASP.NET AJAX Server Control Project Template</li> <li>ASP.NET Reports Web Site project template</li> <li>ASP.NET Server Control Project Template</li> <li>ASP.NET Web Application Project Template</li> <li>Generate Local Resources</li> <li>WCF Service Host</li> <li>WCF Service Library Project Template</li> <li>WF Activity Designer</li> <li>Custom Wizard Project Template</li> <li>WF Empty Workflow Project Template</li> <li>MFC ActiveX Control Project Template</li> <li>MFC Application Project Template</li> <li>MFC DLL Project Template</li> <li>WF Sequential Workflow Console Application Project Template</li> <li>WF Sequential Workflow Library Project Template</li> <li>WF Sequential Workflow Service Library Project Template</li> <li>WF State Machine Workflow Library Project Template</li> <li>WF State Machine Workflow Designer</li> <li>WF State Machine Workflow Service Library Project Template</li> <li>WCF Syndication Service Library Project Template</li> <li>Visual Studio Extensions for Windows Workflow Foundation Designer</li> <li>Windows Forms Control Library Project Template</li> <li>Windows Service Project Template</li> <li>WF Workflow Activity Library Project Template</li> <li>WPF Custom Control Library Project Template</li> <li>WPF User Control Library Project Template</li> <li>ASP.NET Server Control Item Template</li> <li>COM Class Item Template</li> <li>Configuration File Item Template</li> <li>Frameset Item Template</li> <li>Interface Item Template</li> <li>CLR Installer Class Item Template</li> <li>Local Database Cache Item Template</li> <li>Module-Definition File Item Template</li> <li>Nested Master Page Item Template</li> <li>ATL Registration Script Item Template</li> <li>MS Report Item Template</li> <li>Report Wizard Item Template</li> <li>.NET Resources File Item Template</li> <li>Win32 Resource File Item Template</li> <li>Static Discovery File (Web Services) Item Template</li> <li>Transactional Component Item Template</li> <li>Web Content Form Item Template</li> <li>Windows Script Host Item Template</li> <li>Windows Services Item Template</li> <li>XML Schema Item Template</li> </ul> http://stackoverflow.com/questions/854809/good-comments-on-changesets-in-sourcecontrol/959414#959414 1 Answer by Wedge for Good comments on changesets in sourcecontrol Wedge 2009-06-06T10:16:24Z 2009-06-06T10:16:24Z <p>Where possible (such as when using TFS for bug-tracking and source control) link the checkin directly to an appropriate work-item. Failing that, add the work-item / bug # in the changeset comments. This is the bare minimum acceptable level of changeset comments.</p> <p>The checkin comment should describe the intent of the change made, only adding details on the way the change achieves the desired results as necessary. A good starting point would be the title of the appropriate work item.</p> <p>One or two sentences is a good target length for the comment. Don't be so general the comment is meaningless (e.g. "Fixed a bug in xyz"), but don't hide the intent of the change under layers of unnecessary detail either.</p> http://stackoverflow.com/questions/957065/which-style-of-return-should-i-use/957175#957175 2 Answer by Wedge for Which style of return should I use? Wedge 2009-06-05T17:44:03Z 2009-06-06T10:00:55Z <p>The best options are to return a boolean as well or return null.</p> <p>e.g.</p> <pre><code>bool TryGetTile(int x, int y, out int tile); </code></pre> <p>or,</p> <pre><code>int? GetTile(int x, int y); </code></pre> <p>There are several reasons to prefer the "TryGetValue" pattern. For one, it returns a boolean, so client code is incredibly straight forward, eg: if (TryGetValue(out someVal)) { /* some code */ }. Compare this to client code which requires hard-coded sentinel value comparisons (to -1, 0, null, catching a particular set of exceptions, etc.) "Magic numbers" crop up quickly with those designs and factoring out the tight-coupling becomes a chore.</p> <p>When sentinel values, null, or exceptions are expected it's absolutely vital that you check the documentation on which mechanism is used. If documentation doesn't exist or isn't accessible, a common scenario, then you have to infer based on other evidence, if you make the wrong choice you are simply setting yourself up for a null-reference exception or other bad defects. Whereas, the TryGetValue() pattern is pretty close to self-documenting by it's name and method signature alone.</p> http://stackoverflow.com/questions/908216/if-ie8-is-installed-how-can-i-test-ie6-and-ie7-compatibility/908442#908442 2 Answer by Wedge for If IE8 is installed, how can I test IE6 and IE7 compatibility? Wedge 2009-05-26T00:10:06Z 2009-05-26T00:10:06Z <p>Use a virtual machine. Scott Hanselman has an excellent blog post on <a href="http://www.hanselman.com/blog/Windows7SeamlessAppsInWindowsVirtualPCVirtualXPAndApplicationCompatibility.aspx" rel="nofollow">setting up seamless virtual apps in Windows 7</a>. The example he uses is, in fact, IE6.</p> http://stackoverflow.com/questions/891737/downloding-visual-studio-2010-beta/908438#908438 0 Answer by Wedge for Downloding Visual Studio 2010 Beta Wedge 2009-05-26T00:07:02Z 2009-05-26T00:07:02Z <p>Download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=75cbcbcd-b0e8-40ea-adae-85714e8984e3&amp;displaylang=en" rel="nofollow">VS 2010 Professional Beta 1 Web Installer</a>, run it, then carefully select the options you wish to install. That may limit the download to less than 2GB.</p> http://stackoverflow.com/questions/1659672/why-net-and-java-on-server-side/1659679#1659679 Comment by Wedge on Why .NET and Java on server side? Wedge 2009-11-02T10:18:03Z 2009-11-02T10:18:03Z @steven claiming that .Net is a &quot;good attempt&quot; at object orientation is either flamebait, ignorance, or just silliness. But it is not neutral. http://stackoverflow.com/questions/1659672/why-net-and-java-on-server-side/1659685#1659685 Comment by Wedge on Why .NET and Java on server side? Wedge 2009-11-02T09:14:52Z 2009-11-02T09:14:52Z I should point out that I mean entirely in-browser, client-side javascript applications, server side javascript has been around for a while (though isn't very popular currently). http://stackoverflow.com/questions/1659672/why-net-and-java-on-server-side/1659685#1659685 Comment by Wedge on Why .NET and Java on server side? Wedge 2009-11-02T09:13:27Z 2009-11-02T09:13:27Z That's not true actually, using a database with a REST API you could implement an application entirely in javascript (which has been done). The only problem with this is that you can't make an application secure (at least not yet) when you write it in such a way. http://stackoverflow.com/questions/1659672/why-net-and-java-on-server-side/1659679#1659679 Comment by Wedge on Why .NET and Java on server side? Wedge 2009-11-02T09:10:17Z 2009-11-02T09:10:17Z Java may be a more robust cross-platforms language than .Net but this list does not provide sufficient support for that viewpoint. This is a very amateurish post that seems to do little other than dress up opinions and prejudice as facts. That's not the way to have a technical discussion, in my opinion. http://stackoverflow.com/questions/1660060/how-to-prevent-your-javascripts-being-stolen-copied-and-viewed Comment by Wedge on how to prevent your javascripts being stolen,copied, and viewed ? Wedge 2009-11-02T09:02:42Z 2009-11-02T09:02:42Z Time spent worrying about people stealing your invaluable ingenious javascript code would be better spent actually delivering worthwhile features to your users. http://stackoverflow.com/questions/1660060/how-to-prevent-your-javascripts-being-stolen-copied-and-viewed/1660094#1660094 Comment by Wedge on how to prevent your javascripts being stolen,copied, and viewed ? Wedge 2009-11-02T09:01:29Z 2009-11-02T09:01:29Z @Jesper such listeners already exist and are easy to use. Set up a caching web proxy (such as squid) or an http traffic sniffer like fiddler and you're good to go. http://stackoverflow.com/questions/1658985/what-is-a-value-class-and-what-is-a-reference-class-in-c/1659004#1659004 Comment by Wedge on What is a Value Class and what is a reference Class in C#? Wedge 2009-11-02T02:53:08Z 2009-11-02T02:53:08Z Reference types are passed by value, but the reference is passed. This is a subtle but important distinction. http://stackoverflow.com/questions/1656608/what-is-difference-between-superscaling-and-pipelining/1656657#1656657 Comment by Wedge on what is difference between Superscaling and pipelining ? Wedge 2009-11-01T09:46:24Z 2009-11-01T09:46:24Z @Ankit vector processing is lock-step and explicit, one instruction with multiple data. Add these 5 numbers to those 5 numbers, etc. To take advantage of different degrees of parallelism (e.g. 12 simultaneous additions) you'd need to recompile and/or redesign your code. A superscalar processor determines on its own how to run code in parallel, so it can run unmodified scalar code or code written for other superscalar processors with different degrees of parallelism. http://stackoverflow.com/questions/1656608/what-is-difference-between-superscaling-and-pipelining/1656657#1656657 Comment by Wedge on what is difference between Superscaling and pipelining ? Wedge 2009-11-01T09:10:56Z 2009-11-01T09:10:56Z I'd vote this up but the description of superscalar CPUs is incorrect. You're describing a vector processor, superscalar processors are subtly different. http://stackoverflow.com/questions/1656556/generating-unique-tracking-numbers/1656563#1656563 Comment by Wedge on Generating unique tracking numbers Wedge 2009-11-01T07:47:37Z 2009-11-01T07:47:37Z If you want to have some degree of date information embedded in the tracking number you could prefix your random hash with the first several digits of unix-time in decimal form. The first 6 digits will uniquely identify time down to about a 3 hour period. This would have the added effect of making your tracking codes semi-sequential (which would provide useful properties in sorting records, for example). http://stackoverflow.com/questions/1531113/how-to-restrict-to-add-an-item-to-listt/1531174#1531174 Comment by Wedge on How to restrict to add an item to List<T> ? Wedge 2009-10-07T12:24:52Z 2009-10-07T12:24:52Z @Matthew, thanks for pointing that out. Actually, this reminded me that AsEnumerable() is just a cast of the reference to the List, client code could simply cast back to List&lt;Person&gt; and mutate the &quot;private&quot; List at will. I've updated the example code appropriately. http://stackoverflow.com/questions/1530863/what-happens-if-i-lock-an-object-while-another-thread-use-that-variable/1531084#1531084 Comment by Wedge on What happens if I lock an object while another thread use that variable? Wedge 2009-10-07T12:10:34Z 2009-10-07T12:10:34Z @Marc, yes, that's true, under the hood lock() uses a Monitor, which uses a (little-m) mutex, but this shouldn't be confused with the (big-m) Mutex class which is usually used for cross-process synchronization. http://stackoverflow.com/questions/1529604/c-antipatterns/1529734#1529734 Comment by Wedge on C# Antipatterns Wedge 2009-10-07T10:15:34Z 2009-10-07T10:15:34Z We can make this better: if (something == true) { somethingelse = true; } else { somethingelse = false; } return somethingelse; http://stackoverflow.com/questions/1529604/c-antipatterns/1529664#1529664 Comment by Wedge on C# Antipatterns Wedge 2009-10-07T10:07:22Z 2009-10-07T10:07:22Z Binary compatibility and data-binding are reasons you might need to use public properties, but those don't apply here. There are several advantages to properties. You can put a debug breakpoint on access. You can easily change their read/write access level. And they can often be useful in refactoring, migrate null checks paired with default values into the property itself, for example. Given the tiny difference in effort needed to create auto-implemented properties, I'd say it's a wash whether properties or fields are the better default. http://stackoverflow.com/questions/1529604/c-antipatterns/1529664#1529664 Comment by Wedge on C# Antipatterns Wedge 2009-10-07T05:54:44Z 2009-10-07T05:54:44Z I don't see a problem with this, and I think it can often be a worthwhile design choice. Though, of course, it can be abused.