{"id":435,"date":"2016-06-25T10:43:49","date_gmt":"2016-06-25T15:43:49","guid":{"rendered":"http:\/\/johnbeauford.com\/?p=435"},"modified":"2016-06-25T10:43:49","modified_gmt":"2016-06-25T15:43:49","slug":"5-ways-a-small-business-can-protect-itself-from-losing-the-software-developer","status":"publish","type":"post","link":"https:\/\/johnbeauford.com\/wp\/5-ways-a-small-business-can-protect-itself-from-losing-the-software-developer\/","title":{"rendered":"5 ways a small business can protect itself from losing the software developer"},"content":{"rendered":"<p>For a small business with high dependence on customized or proprietary software and online tools, a good software developer can be a lifeline to better efficiency, growing\u00a0revenue and increased profit.<\/p>\n<p>But what happens when that software developer leaves the company?<\/p>\n<p>For some companies this can be a disaster.<\/p>\n<p>What were simple requests\u00a0before, now become profoundly difficult obstacles. Making basic\u00a0website updates, adjusting the troublesome customer&#8217;s account, or running the custom reports for the CEO now become almost impossible.<\/p>\n<p>It doesn&#8217;t have to be like that.<\/p>\n<p>With some basic planning, standards and consistent communication \u00a0you, the business owner or executive, can mitigate much\u00a0of this pain. Here are 5 ways to start.<\/p>\n<h2>1. Use source code repositories<\/h2>\n<p>Make sure any developer that does work for you is keeping the software files for all projects in a source code repository that you own and control. It&#8217;s like a library for the files that make up your delivered software.<\/p>\n<p>The software that is created for your business should be treated like an asset so as to maximize it&#8217;s long term value return to the company. A good code repository helps protect that asset.<\/p>\n<p>There are many programs that act as software source code repositories. Systems such as\u00a0<a href=\"http:\/\/bitbucket.org\">Atlasssian&#8217;s BitBucket<\/a>\u00a0or\u00a0<a href=\"http:\/\/github.com\">Github<\/a>\u00a0are popular, loaded with features, inexpensive and conveniently online. You can also download and use local versions of systems such as\u00a0<a href=\"https:\/\/subversion.apache.org\" target=\"_blank\">SVN<\/a>\u00a0or\u00a0<a href=\"https:\/\/git-scm.com\" target=\"_blank\">Git<\/a>\u00a0for the more technically capable.<\/p>\n<p>These systems facilitate modern, flexible source code control with many integration options for other parts of the software development and delivery eco-system.<\/p>\n<p>If your software developer insists on keeping code on their local hard drive, its time to find another software developer. You can&#8217;t afford to have your software walking out the door when the resource decides to leave.<\/p>\n<h2>2. Use ticketing or issue tracking<\/h2>\n<p>A ticketing system or issue tracking system is a tool to document\u00a0and\u00a0clearly divide units of requested work when used correctly. To a small business this may seem like a lot of overhead. However, a ticket tracking system is a way to more clearly communicate what needs to be done, who is doing it and track progress over time, and potentially across multiple developers.<\/p>\n<p>Online systems such as\u00a0<a href=\"https:\/\/www.atlassian.com\/software\/jira\" target=\"_blank\">Jira<\/a>, <a href=\"http:\/\/www.fogcreek.com\/fogbugz\/\" target=\"_blank\">Fogbugz<\/a> or <a href=\"https:\/\/trac.edgewall.org\" target=\"_blank\">Trac<\/a>\u00a0can be used at a reasonable cost. Also\u00a0<a href=\"http:\/\/mashable.com\">Mashable<\/a> has a <a href=\"http:\/\/mashable.com\/2014\/02\/16\/bug-tracking-apps\/#Akg978UUL8qV\" target=\"_blank\">longer list<\/a>\u00a0of issue trackers you can use.<\/p>\n<p>A ticketing system is also a way to maintain accountability and communication regarding specific tasks and requests. Many of the systems allow you to pull reports and see how things are going, how a project is progressing and measure quality metrics for your code.<\/p>\n<h2>3. Keep systems and software diagrams<\/h2>\n<p>Every small business should have a basic diagram\u00a0(could be paper or electronic) that shows where things are. Items such as key servers, locations, databases, internal tools should be shown along with what relationships there are.<\/p>\n<p>As changes are made and systems are added or migrated, update the diagrams as part of your standard procedures. Review it from time to time to validate its accuracy. Adjust it as needed.<\/p>\n<p>A simple diagram that shows where and how your systems\u00a0link together can save\u00a0hours of time in misunderstandings or unclear documentation. It can also make on-boarding of a new software developer or system administrator much easier and faster.<\/p>\n<h2>4. Track passwords and access<\/h2>\n<p>A developer will need access to systems to update code, release software and make fixes and changes.<\/p>\n<p>The small business should own all the passwords and control of them. Allowing the software developer to be the only one who knows the admin passwords is a recipe for disaster.<\/p>\n<p>In order to track a large number of\u00a0passwords I recommend using tools such as <a href=\"https:\/\/lastpass.com\" target=\"_blank\">Lastpass<\/a> or <a href=\"https:\/\/1password.com\" target=\"_blank\">1password<\/a>. These tools allow tracking of passwords and provide online and mobile access for convenience. Alternatively you could store passwords in an encrypted file or disk volume (as long as it is backed up elsewhere) with the operating system you use.<\/p>\n<p>The bottom line is that, as the owner, you need to be able to access these systems when the developer is no longer available for what ever reason. Tracking the passwords yourself helps guarantee that access.<\/p>\n<h2>5. Maintain regular communication<\/h2>\n<p>This is perhaps the simplest\u00a0but most neglected area.<\/p>\n<p>Business owners and executives get busy. It&#8217;s easy to forego the regular, sustained communication that facilitate shared understanding of a software project. Neglecting this communication\u00a0will cost you when it comes time to transition to a new developer.<\/p>\n<p>Setup and keep a regular meeting schedule to discuss issues, progress, and review updates. This should be done at least a couple of times per week, or daily if possible. Once you get in the groove, these meetings are usually short.<\/p>\n<p>Many teams who use the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Agile_software_development\" target=\"_blank\">Agile methodology<\/a> have <a href=\"https:\/\/en.wikipedia.org\/wiki\/Stand-up_meeting\" target=\"_blank\">stand-up meetings<\/a> every day to discuss progress, issues and immediate plans. This quick, consistent communication helps educate you, as the owner of the software, and educate the developer to your expectations and needs and the systems evolve.<\/p>\n<p>Force yourself to meet and talk. Ask questions and get answers without technical jargon and acronym soup. Any developer worth their salt can explain what they are doing, and show examples in terms any businesses person can understand. If they can&#8217;t, its time to upgrade.<\/p>\n<h2>Summary<\/h2>\n<p>The departure of your software developer can bring about loads of pain without proper preparation and planning. \u00a0But with preparation you can facilitate smoother transitions between developers and lessen your\u00a0companies downside risk.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For a small business with high dependence on customized or proprietary software and online tools, a good software developer can be a lifeline to better efficiency, growing\u00a0revenue and increased profit. But what happens when that software developer leaves the company? For some companies this can be a disaster. What were simple requests\u00a0before, now become profoundly &hellip; <a href=\"https:\/\/johnbeauford.com\/wp\/5-ways-a-small-business-can-protect-itself-from-losing-the-software-developer\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">5 ways a small business can protect itself from losing the software developer<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":454,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[17,45],"tags":[6,46,47],"class_list":["post-435","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general-it","category-software-development","tag-small-business","tag-software-developer","tag-source-code"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/johnbeauford.com\/wp\/wp-content\/uploads\/2016\/06\/dearboss.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p47QCA-71","_links":{"self":[{"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/posts\/435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/comments?post=435"}],"version-history":[{"count":25,"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/posts\/435\/revisions"}],"predecessor-version":[{"id":461,"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/posts\/435\/revisions\/461"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/media\/454"}],"wp:attachment":[{"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/media?parent=435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/categories?post=435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/johnbeauford.com\/wp\/wp-json\/wp\/v2\/tags?post=435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}