/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.blog.montgomerie.net
| | kenb.us
5.7 parsecs away

Travel
| | What things do you configure based on differentenvironments? You might have views that are only for debugging, or you might want to turn off logging for release builds. You probably have multiple ...
| | brunoscheufler.com
5.8 parsecs away

Travel
| | When developing a software product, you'll end up with multiple environments, for your local development environment, one or many development/staging environments, and a production environment (or multiple depending on your architecture). The same applies to mobile applications....
| | fuller.li
4.3 parsecs away

Travel
| |
| | atilaoncode.blog
20.9 parsecs away

Travel
| I read two C++ subreddit threads today on using the auto keyword. They're both questions: the first one asks why certain people seem to dislike using type inference, while the second asks about what commonly taught guidelines should be considered bad practice. A few replies there mention auto. This confuses me for more than one...