|
You are here |
davedelong.com | ||
| | | | |
friendgineers.rosenshein.org
|
|
| | | | | Leon's musings on software development | |
| | | | |
joaopescada.com
|
|
| | | | | The main idea you should follow when developing your app is to use HTML5 and CSS3 for visuals and Javascript for logic and interaction with the device hardware. | |
| | | | |
enterprisecraftsmanship.com
|
|
| | | | | 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. | |
| | | | |
dylanpaulus.com
|
|
| | | Code dependencies are like . We are able to pull in other people's code, combining and stacking different packages together to achieve our goals. Using dependencies greatly reduces the complexity of developing software. We can take advantage of the hard work someone has already done to solve a probl... | ||