<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Nathan Brixius : Dynamics Live</title><link>http://blogs.msdn.com/natbr/archive/tags/Dynamics+Live/default.aspx</link><description>Tags: Dynamics Live</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>What makes a good software developer</title><link>http://blogs.msdn.com/natbr/archive/2007/07/23/what-makes-a-good-software-developer.aspx</link><pubDate>Tue, 24 Jul 2007 03:59:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4019764</guid><dc:creator>Nathan Brixius</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/natbr/comments/4019764.aspx</comments><wfw:commentRss>http://blogs.msdn.com/natbr/commentrss.aspx?PostID=4019764</wfw:commentRss><wfw:comment>http://blogs.msdn.com/natbr/rsscomments.aspx?PostID=4019764</wfw:comment><description>&lt;P&gt;A colleague asked me to jot down some thoughts on what makes a good developer at Microsoft.&amp;nbsp; This is by no means complete, but three statements come to mind when I think about strong developers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;We are engineers, not hackers.&lt;/LI&gt;
&lt;LI&gt;A strong dev should be able to fill any engineering role in the company.&lt;/LI&gt;
&lt;LI&gt;Senior devs improve their teams by action and by example.&lt;BR&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;We are engineers, not hackers.&lt;/STRONG&gt;&amp;nbsp; My dev manager in &lt;A class="" title="Project blog" href="http://blogs.msdn.com/project" target=_blank mce_href="http://blogs.msdn.com/project"&gt;Project&lt;/A&gt; (my previous team)&amp;nbsp;said this years ago and it has stuck with me ever since.&amp;nbsp; Engineering is a craft whereas hacking is a hobby, and I expect a Microsoft dev to seek to become a master of the craft.&amp;nbsp; Engineers understand common patterns underlying the problems they solve and seek to make their code predictable and reliable.&amp;nbsp; (This doesn't suck the creativity or joy out of the process, rather it should liberate us.)&amp;nbsp; For an engineer, process is not an end to itself but a tool for arriving at solid designs and trustworthy code.&amp;nbsp; Engineers take great pride in their creations and stand behind them.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;Engineering practices apply to all stages of software development.&amp;nbsp; In the design phase I expect a structured approach that leads to a design that clearly meets the needs described in the spec.&amp;nbsp; The deliverable is a design doc that describes how the feature is implemented.&amp;nbsp; A good design doc is an aid to the developer, his/her peers, as well as Test/PM.&amp;nbsp; I don't want to get into details about what makes a good design doc, but it should describe the primary design and implementation challenges and how they are addressed, and why other reasonable approaches were rejected.&amp;nbsp; On a services team it's particularly important to think of the impact the feature has on setup, deployment, and monitoring, and account for these early.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;Everyone has things to say about coding guidelines, so I won't dwell on them much here.&amp;nbsp; I assembled a set of team-wide guidelines and I expect those to be followed.&amp;nbsp; I always look for simplicity and consistency.&amp;nbsp; As a services team I particularly value unit tests and tracing.&amp;nbsp; &lt;BR&gt;&amp;nbsp;&lt;BR&gt;Finally, I expect a positive handoff to test.&amp;nbsp; By this I mean a detailed TRD (test release document)&amp;nbsp;that describes what the feature does, what works, what doesn't work, and suggestions for testing the feature.&amp;nbsp; I expect code to be structured so that it is easy to test as possible.&amp;nbsp; I don't particularly care for metrics based on the number of bugs a dev fixes.&amp;nbsp; I value developers who prevent bugs from happening in the first place, and it's easiest to do this in the earliest stages of the project before any code is written.&amp;nbsp; This begs the question of how do we measure the quality of a feature relative to the time spent on it.&amp;nbsp; I don't have easy answers except to say that if leads and peers are involved in the entire development process, it is easier to come to a collective understanding of how challenging a feature is and how well the developer has done at implementing it.&amp;nbsp; In other words, it comes down to judgment.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;A strong dev should be able to fill any engineering role in the company.&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; The statement applies in two ways.&amp;nbsp; First, a dev should be able to wear their "PM hat" or "test hat" and operate effectively within that role.&amp;nbsp; Perhaps this is statement is too "old school Microsoft", and I certainly don't mean to detract from the roles of Test and PM.&amp;nbsp; After all, Test and PM are also engineering disciplines.&amp;nbsp;&amp;nbsp; I simply mean that devs have a deep understanding of customer requirements and are able to make their own assessments of the relative priority of features and work items, and can make suggestions as to how to improve the experience.&amp;nbsp; Devs should be able to be ruthless testers of their own (and their teammates) features and provide actionable feedback that results in improvements.&amp;nbsp; They write unit tests, which guarantee a certain level of quality.&amp;nbsp; Having the ability to operate in another role also prevents a dev from becoming blocked, and provides broader perspectives which assist devs in interacting with their Test and PM counterparts.&amp;nbsp; Everyone understands where everyone else is coming from, and that makes for a more enjoyable working environment.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;Secondly the statement means that a dev is not dependent on domain-specific knowledge to be effective.&amp;nbsp; A deep understanding of specific technologies, code bases, and design patterns is essential for good engineers.&amp;nbsp; But a strong dev is not a "one trick pony" that can only work in one area (though they may prefer to do so, and may be asked to do so from time to time).&amp;nbsp; A dev has technical depth, but also technical breadth, which allows them to see how their code functions to serve a larger purpose.&amp;nbsp; I'd like to think that I could be dropped into the middle of Windows, and though I would probably hate it, I would be effective.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;Senior devs improve their teams by action and by example.&lt;/STRONG&gt;&amp;nbsp; There are only so many hours in a day, so at a certain point it becomes more difficult to provide more value by simply coding more or working longer.&amp;nbsp; Actions that make others better have a compounding benefit that can have a huge impact over time.&amp;nbsp; Most of us can think of old timers that seem to have an awesome level of productivity, to the extent that it's hard to understand how they can be that effective.&amp;nbsp; I suggest that in most cases, these old timers have mastered the art of making others better.&amp;nbsp; First, they typically do not worry themselves about things like "scope" or "area".&amp;nbsp; Making Microsoft better is their "area", and that extends to fixing bugs in other dev's code, fixing build problems, improving processes, giving feedback to other teams.&amp;nbsp; Master devs share knowledge, through conversations, whiteboard sessions, documents, blogs.&amp;nbsp; They cringe when they hear people talk about "their code"; it's "our code".&amp;nbsp; Their movements are not hurried, but always with purpose.&amp;nbsp;&amp;nbsp; They've got time for other people, and still get their work done.&amp;nbsp; They're able to do this because they identify patterns in their work and automate them, either by defining a design pattern, or by architecting the system appropriately, or by writing tools that do their work for them.&amp;nbsp; Then they share this knowledge with the rest of the team and build a culture where others do the same.&amp;nbsp; Lastly, they continually seek new opportunities to make themselves and their team better.&amp;nbsp; These opportunities come up all the time in a product cycle; a master dev spots them first and steps in to fill a need, for example by forwarding an email to someone who knows the answer; seeing that a new platform component could help implement features in two different projects; adding a new unit test that enforces a coding or stylistic convention.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;I love it when devs are passionate about delivering something that works and is useful!&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4019764" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/natbr/archive/tags/Dynamics+Live/default.aspx">Dynamics Live</category><category domain="http://blogs.msdn.com/natbr/archive/tags/The+Best+and+the+Brightest/default.aspx">The Best and the Brightest</category><category domain="http://blogs.msdn.com/natbr/archive/tags/Software+Development/default.aspx">Software Development</category></item><item><title>BillG announces Dynamics Live effort</title><link>http://blogs.msdn.com/natbr/archive/2006/11/07/billg-announces-dynamics-live-effort.aspx</link><pubDate>Wed, 08 Nov 2006 03:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1026490</guid><dc:creator>Nathan Brixius</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/natbr/comments/1026490.aspx</comments><wfw:commentRss>http://blogs.msdn.com/natbr/commentrss.aspx?PostID=1026490</wfw:commentRss><wfw:comment>http://blogs.msdn.com/natbr/rsscomments.aspx?PostID=1026490</wfw:comment><description>At the Convergence 2006 EMEA event in Munich, my boss's boss's boss's […] boss Bill Gates outlined key aspects of the Dynamics Live vision.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I am happy to say that my team will be a part of turning this vision into a reality.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Part of my motivation for starting this blog is to be able to talk about&amp;nbsp;the Dynamics Live&amp;nbsp;effort as it progresses.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Here's a snippet from the &lt;A href="http://www.microsoft.com/presspass/press/2006/nov06/11-06ConvergenceEMEADay1PR.mspx"&gt;press release&lt;/A&gt;: 
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in; FONT-FAMILY: Calibri"&gt;In his keynote speech Gates also outlined the vision for Microsoft Dynamics in the “Live” era that takes business productivity to the next level by deeply integrating Microsoft Dynamics and the Microsoft Office system with online services that accelerate user adoption and maximize the value people get from their business applications. Key elements of this vision follow:&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.75in; DIRECTION: ltr; unicode-bidi: embed" type=circle&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;Online business processes&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt; from Microsoft and its partners will give customers a rich set of choices when they decide to move a particular process online in a secure environment. The first set of processes that will be available online are the marketing, sales and service capabilities offered within Microsoft Dynamics Live CRM. These will be followed by additional services:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;UL style="MARGIN-TOP: 0in; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.375in; DIRECTION: ltr; unicode-bidi: embed" type=disc&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;Microsoft adCenter integration &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;is a service that enables Microsoft Dynamics CRM to create online marketing campaigns that place keyword advertising on MSN&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;. In addition, similar integrations to Yahoo! and Google can be made by Microsoft Dynamics partners. Integration with Microsoft adCenter will be offered for all deployment options of Microsoft Dynamics CRM: on-premise, partner-hosted and Live.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;eBay integration &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;allows on-premise Microsoft Dynamics AX customers to use eBay as an online sales channel, enabling easy placement of inventory and downloading of financial details for sold items.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P style="FONT-SIZE: 10pt; MARGIN: 0in 0in 0in 0.75in; FONT-FAMILY: Calibri"&gt;Over time Microsoft and its partners will add additional online processes in other functional areas. One area of focus for Microsoft Dynamics in the Live era is analytics, which will benchmark a business’ performance against similar companies, enabling them to focus on continuous improvement of business processes.&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in; MARGIN-BOTTOM: 0in; MARGIN-LEFT: 0.75in; DIRECTION: ltr; unicode-bidi: embed" type=circle&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;Online collaboration services&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt; will enable organizations to connect their processes to customers, partners, suppliers and businesses of all types. At Convergence EMEA this capability was demonstrated in a new service that helps Microsoft Dynamics users collaborate and share business processes via hosted Windows SharePoint&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt; Services technology with other businesses, enabling them to easily and quickly configure collaboration and supply chain scenarios that previously would have required complex extranet, virtual private networking (VPN) and firewall technology.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; VERTICAL-ALIGN: middle"&gt;&lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt;Online communities&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Calibri"&gt; will be directly integrated into the Microsoft Dynamics role-based user experience, enabling Microsoft and its partners to deliver a rich set of learning tools in the form of online forums, tutorials and best practices based on each user’s industry, role, geographic location and language.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="FONT-SIZE: 11pt; MARGIN: 0in; FONT-FAMILY: Calibri" mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1026490" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/natbr/archive/tags/Dynamics+Live/default.aspx">Dynamics Live</category></item></channel></rss>