Explore >> Select a destination


You are here

blog.chromium.org
| | passthejoe.net
8.6 parsecs away

Travel
| | When I go into the menu in either Chromium or Google Chrome (yes, I have both) and try to edit the bookmarks, the browser crashes. So I can't re-arrange my bookmarks in these two browsers.
| | webmasters.googleblog.com
5.7 parsecs away

Travel
| | Googlebot is now using an evergreen Chromium rendering engine to render websites - improving Google Search's JavaScript compatibility even more
| | paul.kinlan.me
6.9 parsecs away

Travel
| | Paul is a Developer Advocate for Chrome and the Open Web at Google and loves to help make web development easier.
| | enterprisecraftsmanship.com
57.1 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.