{"id":21706,"date":"2020-05-26T09:35:00","date_gmt":"2020-05-26T09:35:00","guid":{"rendered":"https:\/\/gpower.io\/how-can-you-reduce-development-costs-by-80\/"},"modified":"2026-04-14T12:58:43","modified_gmt":"2026-04-14T12:58:43","slug":"how-can-you-reduce-development-costs-by-80","status":"publish","type":"post","link":"https:\/\/gpower.io\/en\/how-can-you-reduce-development-costs-by-80\/","title":{"rendered":"How can you reduce development costs by 80%?"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"21706\" class=\"elementor elementor-21706 elementor-9969\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-79f18948 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"79f18948\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-102f5410\" data-id=\"102f5410\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42516d2c elementor-widget elementor-widget-heading\" data-id=\"42516d2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How do you reach the finish line fastest when developing robust software? At GPower, reusability is the key concept, but as with so many other things, it must be done thoughtfully. \n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44beb0b0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"44beb0b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b133dc0 elementor-widget elementor-widget-text-editor\" data-id=\"6b133dc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The public sphere is full of examples of software that is too expensive and delivered late. One could list many examples, but it is probably sufficient to note that cost overruns in the DKK 100 million range are well known in public IT systems <a href=\"https:\/\/www.itu.dk\/~slauesen\/Papers\/DamageCaseStories_Latest.pdf\" target=\"_blank\" rel=\"noopener\">(Click here for more information)<\/a>. There are, of course, a number of circumstances that make software development an expensive undertaking, but where can you intervene if you want to make it faster and cheaper? <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28030a74 elementor-widget elementor-widget-heading\" data-id=\"28030a74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Reuse<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15c371e elementor-widget elementor-widget-text-editor\" data-id=\"15c371e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>If you look at the development phase itself, there is one thing that can make the project faster and cheaper: reuse. If you are able to reuse code from previous projects, there are significant savings to be gained. Many of the time-consuming tasks involve developing code blocks that are very generic\u2014and not unique to the individual project. If these parts can be developed in advance, the development effort is reduced significantly. In fact, our experience shows that up to 80% of a project\u2019s codebase can be established in advance, so there are substantial gains at stake.    <\/p><p>To realize these savings, a highly structured approach to reuse is required. If your approach is the classic \u201ccut and paste,\u201d there are major risks hidden in reuse. It requires in-depth knowledge of the original code so that you are fully aware of the code\u2019s purpose and any limitations it may have.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74138cf3 elementor-widget elementor-widget-heading\" data-id=\"74138cf3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Modular software\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30ebe530 elementor-widget elementor-widget-text-editor\" data-id=\"30ebe530\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>In addition, it is important to encapsulate the code effectively. Because if the code is to be used multiple times, changes will inevitably be made to it. Therefore, all code should be placed in clearly defined modules with clear interfaces, and they should generally be designed according to the <a href=\"https:\/\/en.wikipedia.org\/wiki\/SOLID\" target=\"_blank\" rel=\"noopener\">SOLID principles<\/a>. Overall, code should not be seen as \u201ca loose piece of code,\u201d but as a tool. And like any other tool, it is worth spending time doing it properly so that it lasts and can be used in many situations.    <\/p><p>When we talk about savings of up to 80%, it is, of course, not limited to the development phase alone. If 80% of the code can be reused, it naturally provides corresponding savings in the testing phase, provided the code is built modularly. The design phase can also be completed significantly faster if you have a good overview of your tools. Not to mention maintenance: everything that happens after development is completed also benefits from reuse, as the building blocks get to run for many more hours, so the code is tested far more thoroughly. And since maintenance is an ongoing task, there are massive savings to be gained in the long term.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-294850a7 elementor-widget elementor-widget-heading\" data-id=\"294850a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Book a no-obligation meeting\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33228d93 elementor-widget elementor-widget-text-editor\" data-id=\"33228d93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Does this sound relevant to your business? Right now, you have the opportunity to book a completely no-obligation meeting with us! Call or write to us: <a href=\"tel:004551905790\" rel=\" noopener\">+45 51 90 57 90<\/a> or <a href=\"mailto:gpower@gpower.io\">gpower@gpower.io<\/a>.    <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>How do you reach the finish line fastest when developing robust software? At GPower, reusability is the key concept, but as with so many other things, it must be done thoughtfully. The public sphere is full of examples of software that is too expensive and delivered late. One could list many examples, but it is [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":21709,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[82],"tags":[92],"class_list":["post-21706","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-software"],"_links":{"self":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/posts\/21706","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/comments?post=21706"}],"version-history":[{"count":1,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/posts\/21706\/revisions"}],"predecessor-version":[{"id":21711,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/posts\/21706\/revisions\/21711"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/media\/21709"}],"wp:attachment":[{"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/media?parent=21706"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/categories?post=21706"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gpower.io\/en\/wp-json\/wp\/v2\/tags?post=21706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}