<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Burcu Dogan&#039;s Blog &#187; software development</title>
	<atom:link href="http://burcudogan.com/tag/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://burcudogan.com</link>
	<description>Burcu Dogan is a software engineer, a technologist and an open source enthusiastic.</description>
	<lastBuildDate>Thu, 26 Apr 2012 14:34:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='burcudogan.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Burcu Dogan&#039;s Blog &#187; software development</title>
		<link>http://burcudogan.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://burcudogan.com/osd.xml" title="Burcu Dogan&#039;s Blog" />
	<atom:link rel='hub' href='http://burcudogan.com/?pushpress=hub'/>
		<item>
		<title>Why do Code Reviews Matter?</title>
		<link>http://burcudogan.com/2009/09/03/why-code-reviews-matter/</link>
		<comments>http://burcudogan.com/2009/09/03/why-code-reviews-matter/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 10:28:46 +0000</pubDate>
		<dc:creator>Burcu Dogan</dc:creator>
				<category><![CDATA[Regular]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://blog.burcudogan.com/?p=292</guid>
		<description><![CDATA[We build software together. Team sizes vary a lot but it&#8217;s usually not 2 or 3. Team members leave, new members join and in the end of the day codebases are shared among large numbers of  different and diverse people &#8230; <a href="http://burcudogan.com/2009/09/03/why-code-reviews-matter/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burcudogan.com&#038;blog=21440216&#038;post=292&#038;subd=burcudo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We build software together. Team sizes vary a lot but it&#8217;s usually not 2 or 3. Team members leave, new members join and in the end of the day codebases are shared among large numbers of  different and diverse people from development, testing and deployment.<br />
Code reviewing process is what you take into action every time you make modifications to the code&#8217;s itself. Even though you change a single line, before committing the code to repository, a peer reviews it and confirms it can be submitted. Reviews can help to decrease the number of bugs, vulnerable code pieces, misuses of coding standards and etc. In an environment with no reviewing practices, actual code <strong>wont be directly visible to developers</strong> before an other member opens file(s) for editing. <em>Without reviews, even though build passes QA tests,</em></p>
<ol>
<li>Readability of the code,</li>
<li>Compatibility with coding standards,</li>
<li>Organization of the codebase,</li>
<li>Documentation inside the code <code>/* comments */</code>,</li>
</ol>
<p>will stay as<strong> surprises</strong>. These may lead to a dirty and badly organized base after a few years of continuous development. Asking a peer before you integrate new code into your product is a better approach since you may most probably have more time to fix, reshape and enhance your code if you take the action earlier. Usually only one other team will have time to review your code. But reviewing should be done with two people. First one should be a master, the one that knows the existing system well and can see the big picture. He can guess the impacts of your certain changes among the codebase. Other peer should be ideally someone who is not very familiar with the code, so you can test how easy to get into your code if you have to assign a bug to a new member, how well it suits with patterns in software development, how simple and obvious your solution is.</p>
<p>Consequently, whatever you are working on is shared among people. Asking for a review is always better than not asking and keep your actual contribution as a secret until it needs to be changed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/burcudo.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/burcudo.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/burcudo.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/burcudo.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/burcudo.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/burcudo.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/burcudo.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/burcudo.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/burcudo.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/burcudo.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/burcudo.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/burcudo.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/burcudo.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/burcudo.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burcudogan.com&#038;blog=21440216&#038;post=292&#038;subd=burcudo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://burcudogan.com/2009/09/03/why-code-reviews-matter/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7526ec3e801f8ba99f6746498a154a6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">thejbf</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Do I See Software Development Job Titles as Nothing but Virtual Positions?</title>
		<link>http://burcudogan.com/2009/04/26/why-do-i-see-software-development-job-titles-as-nothing-but-virtual-positions/</link>
		<comments>http://burcudogan.com/2009/04/26/why-do-i-see-software-development-job-titles-as-nothing-but-virtual-positions/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 21:58:34 +0000</pubDate>
		<dc:creator>Burcu Dogan</dc:creator>
				<category><![CDATA[Regular]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://blog.burcudogan.com/?p=222</guid>
		<description><![CDATA[There are so various areas and people involved with software that &#8220;software development&#8221; phrase alone doesn&#8217;t give you enough perception about what the real job is. I proclaim that there are stereotypes in this field: code monkeys, every job developers, &#8230; <a href="http://burcudogan.com/2009/04/26/why-do-i-see-software-development-job-titles-as-nothing-but-virtual-positions/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burcudogan.com&#038;blog=21440216&#038;post=222&#038;subd=burcudo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are so various areas and people involved with software that &#8220;software development&#8221; phrase alone doesn&#8217;t give you enough <em>perception</em> about what the real job is. I proclaim that there are stereotypes in this field: code monkeys, every job developers, developers specialized in an area, revolutionary brains, problem solvers etc. They all share some characteristics, some behaviours, some little common knowledge. The mutual attribute is only the names. We all know that they can code. But they implement coding behaviour entirely in different ways.</p>
<p>I started to code with a fundamental function to find roots of a 2nd order equation and easily understood how programming can reduce the amount of time I&#8217;m spending on <em>trivial calculations</em>. The Internet was becoming widely available (at least in the community I was living). There was a technology boom, the access rate to the &#8220;<em>new</em>&#8221; were increasing wildly. I decided to learn as far as I can and in the end I became a giant language and framework addict, although I had <strong>no deep knowledge in anything</strong>. But it was driving me because, the particular technology I was interested in was helping me to turn my fancy ideas into concrete products. So, not for doing all for learning the technology&#8217;s itself doesn&#8217;t make me a software developer now? How dramatic.</p>
<h2>Being a software developer with no purpose</h2>
<p>It&#8217;d really taken me far too long to get aware of the ecosystem of a software-dominated system without formal education. However, before  I had reasons to learn, <strong>I had never dreamt of being a professional software developer</strong> – cause all alone <em>it was meaningless, </em>especially in a situation when software you&#8217;re bringing out doesn&#8217;t have any purpose <em>other than making profit</em>. Nobody does have dreams like being the greatest developer in this or that field. People like me usually tend to be remembered with</p>
<ol>
<li>a groundbreaking product, a method changes the concepts, a more efficient way of doing things.</li>
<li>being a leader in a specific area to influence other people.</li>
</ol>
<p>They put meaning into every single duty they are working. I personally don&#8217;t look programming jobs as jobs. It&#8217;s a great opportunity to access a company&#8217;s tools and existing audience to make differences quicker than forming a new start-up, gain respect and deal with financial stuff. But again with purpose, you always have the &#8220;<em>If you&#8217;re not hiring me,</em> <em>I&#8217;ll be doing the same on my own</em>&#8221; advantage under the belt obviously. <span id="more-222"></span></p>
<p>Software is just a tool, not the ultimate reason. Many people in industry don&#8217;t seem to understand it. Of course, the better and deeper you know about the technology, the impact you can make will be larger. Development alone is a very wide and challenging issue, that&#8217;s why it is titled as a separate profession nowadays. But instead of thinking totally machine oriented, you have to have a main goal and use tech to fasten it.</p>
<p>I&#8217;d love to see specialized development titles instead of everyday titles we face today like: software engineer, software developer, software development engineer and etc. <strong>Biotech/Bioinformatics</strong> is a great example alone for separating itself from the<em> mainstream tech community</em>. Take  a look at the following job posting:</p>
<blockquote><p>X is searching for an experienced Software Developer to support the Production Genomics Facility in Y. The mission of the X is applying genomic science to the critical fields of bioenergy, bioremediation and carbon cycle management. The X applies both the latest high-volume sequencing technology and classic Sanger processes to sequence and analyze thousands of large and small genomes&#8230;</p>
<p><strong>Skills Required<br />
</strong>- Create, manage, and query MySQL databases.<br />
- Develop and utilize Perl classes, modules, and scripts for managing data and performing analyses; and Perl/CGI web pages for providing user access.</p></blockquote>
<p>Why don&#8217;t we see similar ads from most of the software/hardware companies today? Give me a reason to get excited of what you are doing now, so that I can check the if I meet with your qualifications.</p>
<p>Consequently, software development title is artificial, it is not concrete. You basically don&#8217;t have a clue about what you&#8217;re going to do <em>inside</em> while you are applying. I wish companies were a little bit specific on titles and descriptions. Yes, I am agree with you that this basically applies to many industries. But, software is a supporting tool in many industries alone. So, it is a special case, it&#8217;s far more problematic.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/burcudo.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/burcudo.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/burcudo.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/burcudo.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/burcudo.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/burcudo.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/burcudo.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/burcudo.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/burcudo.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/burcudo.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/burcudo.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/burcudo.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/burcudo.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/burcudo.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burcudogan.com&#038;blog=21440216&#038;post=222&#038;subd=burcudo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://burcudogan.com/2009/04/26/why-do-i-see-software-development-job-titles-as-nothing-but-virtual-positions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7526ec3e801f8ba99f6746498a154a6?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">thejbf</media:title>
		</media:content>
	</item>
	</channel>
</rss>
