active questions tagged fundamentals - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T20:46:57Zhttp://stackoverflow.com/feeds/tag/fundamentalshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read571What is the single most influential book every programmer should read?NotMyself2008-08-04T23:50:22Z2009-11-25T10:23:16Z
<p>If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be?</p>
<p>I expect this list to be varied and to cover a wide range of things. For me, the book would be Code Complete. After reading that book, I was able to get out of the immediate task mindset and begin to think about the bigger picture, quality and maintainability.</p>
<p>Suggest your programming books</p>
http://stackoverflow.com/questions/316461/what-are-the-best-programming-articles100What are the best programming articles?lillq2008-11-25T05:46:59Z2009-11-22T18:36:58Z
<p>Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the internet about the wide subject of computer programming. What articles have you found worth your time?</p>
<p>Please provide the article's title, author and a link if possible.</p>
http://stackoverflow.com/questions/1723926/pragmatic-programmer-techniques-who-what-where1Pragmatic Programmer Techniques - who, what, where...Wim Hollebrandse2009-11-12T17:23:45Z2009-11-12T20:50:36Z
<p>Few questions. But all very much related.</p>
<p><b>1) How many of the SO crowd are using 'pragmatic programmer' tools/methods/techniques including, but not limited to (some of the obvious)</b>:</p>
<p><strong>a)</strong> Source code control system.<br>
<strong>b)</strong> Active use of branching, tagging with SCS.<br>
<strong>c)</strong> Task/Bug tracking (integrated with SCS).<br>
<strong>d)</strong> If DB development is involved, local DB development PER dev machine,as opposed to 1 central DB dev server.<br>
<strong>e)</strong> Mechanism for DB version control.<br>
<strong>f)</strong> Test Driven development.<br>
<strong>g)</strong> XP, pair programming<br>
<strong>h)</strong> Automated functional testing.<br>
<strong>i)</strong> Continous integration.<br>
<strong>j)</strong> Automated deployment/release management/packaging (with or w/o
Continous Integration).<br>
<strong>k)</strong> Peer code reviews.</p>
<p>I would be really interested in seeing what specific tools (any platform) people on SO are using for the above.</p>
<p><b>2) What percentage of developer teams (yes, including non-SO crowd!) of at a minimum 3 devs, do you think are applying <em>most</em> (say 6 or more) of the above techniques?</b></p>
<p><b>3) If you ended up working in a place where they had only a), and you could introduce 3 more, which ones would you go for? in other words which 4-5 or so do you think are most important?</b></p>
<p><b>4) Can you think of any more 'pragmatic programmer' bullets. Can we get to z)?</b></p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1451495/questions-every-good-delphi-developer-should-be-able-to-answer12Questions every good Delphi developer should be able to answer?RRUZ2009-09-20T17:20:16Z2009-11-06T08:11:32Z
<p>Following the spirit of these questions:</p>
<ul>
<li><p><a href="http://stackoverflow.com/questions/1451216/how-to-recruit-great-developers">How to Recruit Great Developers?</a> </p></li>
<li><p><a href="http://stackoverflow.com/questions/365489/questions-every-good-net-developer-should-be-able-to-answer">Questions every good .NET developer should be able to answer?</a></p></li>
</ul>
<p>...it would be interesting to know recommendations or advice for hiring a good Delphi developer.</p>
<p>Some time ago <a href="http://www.stevetrefethen.com/" rel="nofollow">Steve Trefethen</a> published a series of great articles:</p>
<ul>
<li><a href="http://www.stevetrefethen.com/blog/DelphiIDEWisdom.aspx" rel="nofollow">Delphi IDE Wisdom</a></li>
<li><a href="http://www.stevetrefethen.com/blog/DelphiRTLAndLanguageWisdom.aspx" rel="nofollow">Delphi RTL and Language Wisdom</a></li>
<li><a href="http://www.stevetrefethen.com/blog/DelphiVCLWisdom.aspx" rel="nofollow">Delphi VCL Wisdom</a></li>
<li><a href="http://www.stevetrefethen.com/blog/DelphiCommunityWisdom.aspx" rel="nofollow">Delphi community wisdom</a></li>
</ul>
<p>...that provide a great summary of topics that a good developer in Delphi should master.</p>
<p>What are your suggestions?</p>
http://stackoverflow.com/questions/365489/questions-every-good-net-developer-should-be-able-to-answer113Questions every good .NET developer should be able to answer?splattne2008-12-13T17:47:33Z2009-10-31T15:13:44Z
<p>My company is about to hire <strong>.NET developers</strong>. We work on a variety of .NET platforms: ASP.NET, Compact Framework, Windowsforms, Web Services. I'd like to compile a list/catalog of good questions, a kind of minimum standard to see if the applicants are experienced. So, my question is:</p>
<p><strong>What questions</strong> do you think should a good <strong>.NET programmer be able to respond</strong>?</p>
<p>I'd also see it as a <strong>checklist</strong> for myself, in order to see where my own deficits are <em>(there are many...)</em>.</p>
<p><img src="http://www.freeimagehosting.net/uploads/26e8b777dd.png" alt="alt text" /></p>
<p>*UPDATE: It want to make clear that we're not testing only for .NET knowledge, and that problem solving capabilities and general programming skills are even more important to us. </p>
http://stackoverflow.com/questions/457129/where-to-start-self-learning-c-or-should-i-learn-i-learn-a-different-language4Where to start (self-)learning C, or should I learn I learn a different language?Aron Rotteveel2009-01-19T10:13:42Z2009-10-19T08:33:47Z
<p>Lately, I discover more and more that it's good to have extensive knowledge of programming fundamentals. Sadly, I am (one of the many) self-taught PHP developers and have no regrets choosing that path.</p>
<p>However, I still think I should extend my knowledge to some "real" programming languages starting from zero and build up my knowledge from there. I have no intention of changing my career path, but I do think it would be good to think out of the web-development box.</p>
<p>I prefer not taking classes or courses, because I simply do not have the time for this. So:</p>
<ul>
<li><p><strong>What is the best way to teach myself C step by step, starting from level zero?</strong></p></li>
<li><p><strong>As my main goal is to learn more programming fundamentals, is C even a good choice for this?</strong></p></li>
<li><p><strong>If not, what language would be?</strong></p></li>
</ul>
<p><hr /></p>
<p><strong>Summary so far:</strong></p>
<p>First of all, thanks for all the great responses. These will be quite helpful. Although most people seem to agree that starting off with C is not a bad choice, I have also seen people state that it is probably a better idea to <strong>skip C and go with C++ or even C#</strong>, since these languages are more current.</p>
<p><strong>My personal opinion</strong> is still that it would be good to <strong>start from level zero</strong>, even if the language itself is not <em>directly</em> contributive to the things I make. I still believe it will <em>indirectly</em> make me a better programmer. But then again, like said, my knowledge of these languages is quite limited, so I'd love to hear <strong>your thoughts</strong> on the matter aswell.</p>
http://stackoverflow.com/questions/56860/what-is-the-liskov-substitution-principle18What is the Liskov Substitution Principle?NotMyself2008-09-11T15:17:38Z2009-10-07T02:44:33Z
<p>I have heard that the Liskov Substitution Principle (LSP) is a fundamental principle of object oriented design. What is it and what are some examples of its use?</p>
http://stackoverflow.com/questions/1358662/how-net-differentiates-reference-vs-primitive-and-value-types5How .NET differentiates reference vs primitive and value typesGopalakrishnan Subramani2009-08-31T18:09:39Z2009-08-31T21:23:45Z
<p>.NET we have primitive datatypes like int and value types like struct. </p>
<p>And also we have reference types. All of them seem to be derived from object class.</p>
<p>How .NET determine primitive, value type against the reference type?</p>
<p>Where it is done? At compiler or at JIT?</p>
<p>Does this belongs to the capabilities of the compilers?</p>
http://stackoverflow.com/questions/1298627/purpose-of-an-identity-function1Purpose of an 'Identity Function'?JorenB2009-08-19T09:03:22Z2009-08-19T09:13:31Z
<p>I came across this subject when I was reading through PrototypeJS's docs: its <a href="http://www.prototypejs.org/api/prototype#method-k" rel="nofollow">Identity Function</a>. I did some further searching&reading on it and I think I understand its mathematical basis (e.g. multiplication by 1 is an identity function (or did I misinterpret this?)), but not <em>why</em> you would write a JS(or PHP or C or whatever)-function that basically takes X as a parameter and then just does something like <code>return X</code>.</p>
<p>Is there a deeper insight connected to this? Why does Prototype supply this function? What can I use it for?</p>
<p>Thanks :)</p>
http://stackoverflow.com/questions/154059/what-is-the-best-way-to-check-for-an-empty-string-in-javascript13What is the best way to check for an empty string in Javascript?casademora2008-09-30T17:17:45Z2009-08-02T01:06:30Z
<p>I saw this <a href="http://stackoverflow.com/questions/10230/checking-for-string-contents-string-length-vs-empty-string">thread</a>, but I didn't see a Javascript specific example. Is there a simple string.Empty in Javascript, or is it just checking for "" ?</p>
http://stackoverflow.com/questions/472906/net-string-to-byte-array-c15.NET String to byte Array C#Agnel Kurian2009-01-23T13:39:54Z2009-07-22T08:40:30Z
<p>How do I convert a <code>string</code> to a <code>byte</code> array in .NET (C#)?</p>
<p><strong>Update:</strong> Also please explain why encoding should be taken into consideration. Can't I simply get what bytes the string has been stored in? Why this dependency on encoding?!!!</p>
http://stackoverflow.com/questions/398134/what-are-the-advantages-of-using-an-orm10What are the advantages of using an ORM?flamingLogos2008-12-29T17:14:29Z2009-07-18T08:54:01Z
<p>As a web developer looking to move from hand-coded PHP sites to framework-based sites, I have seen a lot of discussion about the advantages of one ORM over another. It seems to be useful for projects of a <em>certain (?)</em> size, and even more important for enterprise-level applications.</p>
<p>What does it give me as a developer? How will my code differ from the individual SELECT statements that I use now? How will it help with DB access and security? How does it find out about the DB schema and user credentials? </p>
<p><strong>Edit:</strong> <em>@duffymo pointed out what should have been obvious to me: ORM is only useful for OOP code. My code is not OO, so I haven't run into the problems that ORM solves.</em></p>
http://stackoverflow.com/questions/1138754/c-private-variable-list0C# Private variable listAndrew McCafferty2009-07-16T16:26:02Z2009-07-16T20:56:00Z
<p>I suspect this question illustrates my lack of understanding about what's going on behind the scenes in C#, but hey...</p>
<p>While doing a CRM SDK project in C# that involved a number of private variables (which were CRM objects called "lists", but that doesn't really matter), I found I was repeating nearly the same lines of code. I tried shoving the private variables into an array of type "list", and then looping over this array, and setting the variables one by one. Except that, of course, that didn't work, because (I think) what I'm actually working with is a copy of my list of variables.</p>
<p>Anyway, to cut a long story short, is there a way to set a load of private variables in a loop? Am I missing something very obvious, or is what I want to do not actually possible?</p>
http://stackoverflow.com/questions/109371/what-is-the-fastest-way-to-learn-latex-basics19What is the fastest way to learn LaTeX basics?Yacoder2008-09-20T21:01:21Z2009-06-26T04:39:28Z
<p>I am completely new to LaTeX. I know, it is not <em>very</em> complicated. But there are always some basics that one need to be taught before going into the autonomous exploration stage.</p>
<p>Currently, I have installed <a href="http://miktex.org/" rel="nofollow">MiKTeX</a>, but I can't even figure out how to compile a dummy example. Can you help me?</p>
<p><strong>Update</strong> Found a nice helpful <a href="http://mintaka.sdsu.edu/GF/bibliog/latex/LaTeXtoPDF.html" rel="nofollow">article</a> on how to compile from LaTeX to PDF.</p>
http://stackoverflow.com/questions/418625/explaining-to-my-boss-what-can-and-cant-be-done-with-a-computer23Explaining to my boss what can and can't be done with a computer...doublehappy2009-01-06T23:32:15Z2009-06-26T04:33:00Z
<p>My boss and his boss have both been coming to me regularly over the past few weeks with feature suggestions. The majority of these are very impractical, and I tell them (politely) that they are possible but there's little or no ROI. Stupidly, yesterday, I suggested a meeting where I explain to them briefly how computers and programming languages work. The idea was to let them filter things before they got to me. At the moment a staff member goes to them and says "I hate this part of my job" and my boss says "Right, we'll go ask x to code something." I want to insert a new step where my boss thinks "hmm, well that might be possible, but there's no real way for a computer to be able to automate that part as it requires a human brain to distinguish between good and bad concepts etc."</p>
<p>Unfortunately, I don't really know how computers or programming languages work. I just muddle through and somehow convince people that I'm the authority on these things.</p>
<p><strong>EDIT: I can make them work for me, and I understand what I can make them do, and I realise that pretty much anything is possible, but I am unable to articulate that in a meaningful way to other people. For example, I was asked to 'throw something together' that pretty closely resembled AI, and spent a good 45 minutes trying to explain why it was probably possible, but it might take me and 100 engineers a year to make it work. This was the most extreme example that made me post this. Usually it's more on a level where there are legal principles to be applied in a decision making process, and I don't have the ability to imagine a way in which I could automate the job of the many lawyers that work here.</strong></p>
<p>Has anyone got any broad principles they use for teaching civilians, preferably metaphors understandable by people who think strings are for flying kites. Mainly in the sense that I want them to understand what can and can't be done (easily).</p>
<p>Thanks!</p>
<p><strong>EDIT: Appreciate the discussion and answers, thanks. A lot of considerations that hadn't occurred to me.</strong></p>
http://stackoverflow.com/questions/946296/delphi-fundamentals-in-delphi-20095"Delphi Fundamentals" in Delphi 2009J K Kunil2009-06-03T18:12:03Z2009-06-04T19:45:20Z
<p>Hello,
Has anybody used/converted "Delphi Fundamentals" in Delphi 2009? - <a href="http://fundementals.sourceforge.net/" rel="nofollow">http://fundementals.sourceforge.net/</a></p>
<p>I'm using Dictionaries (cArrays.pas,cDictionaries.pas,cStrings.pas,cTypes.pas) in my project and now i have some troubles on upgrading code.</p>
<p>I'll be highly obliged if anybody can convert the above mentioned units in Delphi 2009. I'm quite new to Delphi, started working with 2007 and 2009 has been released, I just cannot help myself...</p>
<p>Thank you</p>
http://stackoverflow.com/questions/869033/how-do-i-copy-an-object-in-java2How do I copy an object in Java?Veera2009-05-15T14:30:26Z2009-05-15T19:49:59Z
<p>Consider the below code:</p>
<pre><code>DummyBean dum = new DummyBean();
dum.setDummy("foo");
System.out.println(dum.getDummy()); // prints 'foo'
DummyBean dumtwo = dum;
System.out.println(dumtwo.getDummy()); // prints 'foo'
dum.setDummy("bar");
System.out.println(dumtwo.getDummy()); // prints 'bar' but it should print 'foo'
</code></pre>
<p>So, I want to copy the 'dum' to dumtwo' and I want to change 'dum' without affecting the 'dumtwo'. But the above code is not doing that. When I change something in 'dum', the same change is happening in 'dumtwo' also.</p>
<p>I guess, when I say dumtwo = dum, Java copies the reference only. So, is there any way to create a fresh copy of 'dum' and assign it to 'dumtwo' ?</p>
http://stackoverflow.com/questions/155609/what-is-the-difference-between-a-method-and-a-function11What is the difference between a method and a functionwillc22008-09-30T23:45:10Z2009-05-08T16:56:20Z
<p>I am a long-time Applescript user and new shell scripter who wants to learn a more general scripting language like Javascript or Python for performance reasons. </p>
<p>I am having trouble getting my head around concepts like object orientation, classes and instantiation.</p>
<p>If someone could point me to a <strong>pithy</strong> explanation of <strong>methods vs. functions</strong> it might help me get over the "hump". The explanations I found using google are just <em>barely</em> over my head.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/815354/why-are-structs-stored-on-the-stack-while-classes-get-stored-on-the-heap-net5Why are structs stored on the stack while classes get stored on the heap(.NET)?ichiban2009-05-02T18:37:18Z2009-05-04T18:08:35Z
<p>I know that one of the differences between classes and structs is that struct instances get stored on stack and class instances(objects) are stored on the heap.</p>
<p>Since classes and structs are very similar. Does anybody know the difference for this particular distinction?</p>
http://stackoverflow.com/questions/310828/is-there-a-widespread-lack-of-knowledge-of-maths-cs-engineering-fundamentals-i3Is there a widespread lack of knowledge of maths, CS & engineering fundamentals in the IT industry?Andrew from NZSG2008-11-22T03:52:11Z2009-04-27T04:44:09Z
<p>If you think there is, do you see it as a real problem affecting organizations? If the answer to both question is yes:</p>
<ul>
<li>What are the root causes?</li>
<li>Is the problem not just a lack of knowledge but obliviousness as well?</li>
<li>Who has the ability to effectively address this issue?</li>
<li>What are possible solutions?</li>
</ul>
http://stackoverflow.com/questions/355089/stringbuilder-and-stringbuffer-in-java11StringBuilder and StringBuffer in Javablacktiger2008-12-10T04:34:26Z2009-04-23T13:44:45Z
<p>What is the main difference between StringBuffer and StringBuilder? Is there any performance issues when deciding on any one of these?</p>
http://stackoverflow.com/questions/767012/help-for-the-copy-paste-generation-of-coders8Help For The Copy & Paste Generation Of CodersLea2009-04-20T05:28:34Z2009-04-20T20:58:09Z
<p>Hi all,</p>
<p>I myself am one of these types of coders, who never learned coding in a formal setting, but am instead, self-taught by the use of copy and paste scripts, and pre-authored works available through GPL projects and premium software's(which is often the way commerical script companies show you how to change, or update code in their script ie. "Copy & paste this on line 234, etc..")... this are my beginnings.</p>
<p>I don't understand how what I do works, but I am getting good at what I do with code, though I feel because of my informal learning methods, that I lack in knowledge, some of the really simple, but necessary principles of web coding in general(the ins and outs of servers, browsers, etc). I feel as though I have started from the inside of understanding code, the practical side.. and lack the basic fundamentals, and theorized understanding of what I am doing.</p>
<p>I also know quite a few others who are the same, who started learning in the same communities as I, and are pretty much at the same point as me... Feeling as though something big is missing from the picture.
I see the lacking in my discipline when I attempt to use PHP authoring tools, which I find very challenging to understand... and this is becoming a downfall on the time frames in which I complete my projects(having to hand code everything). I also find it difficult to ask for help at times, for lack of the specific language that comes with programming, and being able to use the right words to explain the intricacy of my problem.</p>
<p>I was a hairdresser by trade, I worked as a bartender, and hotel manager, I'm a business consultant by profession. I've been learning web development slowly now for 3 years, and I have taken on quite a few commercial projects over the past 2 years, but I'm obviously feeling some lacking in my skills & overall knowledge.</p>
<p>Basically, Id like to ask any experienced coders who've had similar beginnings to give me an idea on how I can adapt my coding disciplines to be more effective and productive. What would someone with such an informal understanding of programming want to seek to learn, and understand. What are the things I must know as a programmer... and what is a basic overview of the whole picture???? Feel free to direct me to articles</p>
<p>Any help is always appreciated.</p>
<p>Lea</p>
<p><strong>Edit:</strong> Just to give a round up of my actual capabilities. I am a programmer, I do author my own code from scratch.. and sell my work. I can write PHP functions, and classes, use mysql, have a good working understanding of html & css, and am very good in the design aspects(web graphics), and am learning javascript/ajax/jquery, as I am using jquery in most of my projects. Thanks for all of the answers so far!</p>
http://stackoverflow.com/questions/144700/teaching-field-class-package-relationships3Teaching: Field, Class & Package Relationships_ande_turner_2008-09-27T23:11:58Z2009-03-13T13:08:11Z
<p>In general I think I can convey most programming related concepts quite well.<br />
Yet, I still find it hard to summarise the relationship between Fields, Classes and Packages.</p>
<p><br>
<strong>How do You summarise "Fields", "Classes" and "Packages" and "Their Relationship" ?</strong></p>
http://stackoverflow.com/questions/239226/what-does-polygon-mean-in-terms-of-3d-graphics1What does 'Polygon' mean in terms of 3D Graphics?Agnel Kurian2008-10-27T06:49:59Z2009-02-13T13:56:26Z
<p>An old Direct3D book says </p>
<blockquote>
<p>"...you can achieve an acceptable frame
rate with hardware acceleration while
displaying between 2000 and 4000
polygons per frame..."</p>
</blockquote>
<p>What is one polygon in Direct3D? Do they mean one primitive (indexed or otherwise) or one triangle?</p>
http://stackoverflow.com/questions/517739/how-and-where-can-i-learn-programming3How and where can I learn programming? [closed]Roman2009-02-05T20:22:13Z2009-02-06T03:42:07Z
<p>Hello,
I know this might not be the best place to ask this but I don't know where to go,
well here it goes.</p>
<p>I am very interesting in programming and it always inspired a great number of curiousity in me, especially game programming so I been searching the sites but I can't find anything at this moment so I was wondering would you be able to help me in answering a simple question?</p>
<p>Where do I start? What computer languages do I need to learn? What books are recommended in this field? and is there anything else that experienced programmers in this field can help me with?</p>
<p>Thank you very much for your time.</p>
http://stackoverflow.com/questions/508374/what-are-vectors-and-how-are-they-used-in-programming2What are vectors and how are they used in programming?Lawrence Johnston2009-02-03T18:44:06Z2009-02-03T19:06:21Z
<p>I'm familiar with the mathematical/physics concept of a vector as a magnitude and a direction, but I also keep coming across references to vectors in the context of programming (for example C++ seems to have a stl::vector library which comes up fairly frequently on SO).</p>
<p>My intuition from the context has been that they're a fairly primitive construct most often used to represent something along the lines of a variable length array (storing its size as the magnitude, I presume), but it would be really helpful if somebody could provide me with a more complete explanation, preferably including how and why they're used in practice.</p>
http://stackoverflow.com/questions/491086/does-any-programmer-have-to-know-c-yes-why-no-why4Does any programmer have to know C? Yes, why? No, why?tunnuz2009-01-29T10:04:15Z2009-01-29T15:24:16Z
<p>Hi, since I was at the first year of my University I always envied my fellows (mainly coming from a tech-oriented professional school) for knowing C. I came from a natural-sciences-oriented lyceum and never had programming experience or courses but some summer work with PHP learned from a teach-yourself-PHP-in-7-hours (and my programming interest was very recent). I want to know ... was it a legitimate envy? Does any programmer have to know C? Does C provide deep understanding on how a system works or how programming has to be carried out? I know that when programming C you have to have a strong understanding about buffers, memory, and so on. So I want your opinion on it.</p>
http://stackoverflow.com/questions/486749/compare-two-net-array-objects1Compare Two .NET Array objectsAgnel Kurian2009-01-28T07:19:09Z2009-01-28T10:16:55Z
<p>I am trying to compare two .NET arrays. Here is an obvious implementation for comparing arrays of bytes:</p>
<pre><code>bool AreEqual(byte[] a, byte[] b){
if(a.Length != b.Length)
return false;
foreach(int i = 0; i < a.Length; i++)
if(a[i] != b[i])
return false;
return true;
}
</code></pre>
<p>A more refined approach can be seen <a href="http://blogs.msdn.com/kathykam/archive/2006/03/08/array-equals.aspx" rel="nofollow">here</a> (via Google).</p>
<ol>
<li>What is the simplest way (using less
code but readable) to compare two
.NET arrays?</li>
<li>What is the most efficient way
compare two .NET arrays?</li>
</ol>
http://stackoverflow.com/questions/383973/is-args0-guaranteed-to-be-the-path-of-execution4Is args[0] guaranteed to be the path of execution?Bit Destroyer2008-12-21T01:21:43Z2009-01-19T13:42:25Z
<p>This is a fundamental question, but an important one none the less...</p>
<p><strong>When starting a C++ program whose main method has the following common signature:</strong></p>
<pre><code>int main(int argc, char* args[]) {
//Magic!
return 0;
}
</code></pre>
<p><strong>is args[0] always guaranteed to be the path to the currently running program? What about cross platform (since I am in a Linux environment but may port later on.)?</strong></p>
http://stackoverflow.com/questions/451177/is-the-separation-between-developer-and-it-pro-real-or-perceived2Is the separation between Developer and IT Pro real or perceived? [closed]Tom Willwerth2009-01-16T16:59:25Z2009-01-16T17:29:33Z
<h2>Is the separation between Software Developers and IT Professionals real or just perceived?</h2>
<p><br>
<em>Some background & examples</em>:<br></p>
<ul>
<li>In college I had a choice between
Computer Science (Developer) or
Information Systems (IT Pro)</li>
<li>Microsoft segregates information and
tools: MSDN vs TechNet</li>
<li>at conferences you take a Developer
track or an IT Pro track.</li>
</ul>
<p>The list goes on and there are many more examples<br><br>
<em>But in reality:</em><br></p>
<ul>
<li><p>In companies that I have worked for,
Developers & IT Pros are all part of
a single IT Department. These
companies were not software
companies. They ranged from Small to
Midsized businesses. At these places
Developers were expected to know a
quite a bit about the servers that
their apps ran on and sometimes networking or IT skills</p></li>
<li><p>Then there are DBAs which really need
to have skills on both sides</p></li>
<li>PowerShell scripting is in the IT Pro realm, but an advanced script would require developer skills</li>
<li>Then there are the users, many of which don't know the difference between a Developer and and IT Pro.<br></li>
</ul>