Explore >> Select a destination


You are here

mikegrouchy.com
| | littlegreenviper.com
13.5 parsecs away

Travel
| | Software Development For People That Help People.
| | blog.martinig.ch
8.3 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | blog.martinig.ch
11.0 parsecs away

Travel
| | As mobile computing is becoming more and more important in software development, XBOSoft is organizing a survey to assess the state of software testing and quality assurance for mobile apps. The purpose of this survey is to collect data on how different QA organizations conduct mobile testing and QA and to analyze and present this
| | enterprisecraftsmanship.com
63.8 parsecs away

Travel
| Hard coding is often considered an anti-pattern. Having values that can change over time hard-coded in the source code requires recompilation every time these values actually change. While this statement is true, I think that hard coding should be the default choice when developing an application. Hard coding vs configuration file When you work on a project or feature, there always are some magic numbers or strings that potentially can change in future.