question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Report: some DBW best practices should be "recommendations"

See original GitHub issue

Some of our best practices are fairly new or subjective (single use event listeners, no Date.now()). Instead of listing all of these under “Best Practices”, it would be nice to have a new section of “Recommendations” or “Things to look at”.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
paulirishcommented, Nov 29, 2016

The Date.now() audit in particular is pretty controversial, as a lot of its use is not for measuring durations but getting wall time. I would favor moving the date.now check out of the default config in the meantime.

1reaction
sandstromcommented, Nov 27, 2016

Agree, Date.now() has many legitimate uses (it’s an easy way to grab the unix time, for date calculations).

Current:

Site does not use Date.now() in its own scripts

Suggestion:

Site does not use Date.now() to time page-loading (it’s alright to use it for time/date calculations).

Read more comments on GitHub >

github_iconTop Results From Across the Web

COVID-19 Best Practices - Division of Boating and Waterways
The following best practices are dynamic and DBW urges all boaters to know and follow local restrictions in addition to customary navigation rules....
Read more >
Prerequisites for design-build, Byrd Report - Construction
Contract Award Processes. Selection of the lowest and best bid for for a DBW project should be based at a minimum on the...
Read more >
dB Definitions
23, Watts to: 1, Watts, = 30, dBm, = 0, dBW, = -30, dBK. 24, dBm to: 0, dBm, = 0.001, Watts, =...
Read more >
Improving_the_Operation_and_...
This paper is intended as a Best Practices Guide to be used for Improving the operations and development of. Global Positioning System (GPS)...
Read more >
Independent Authors at DBW 2018: Top Takeaways from ...
Orna Ross welcomes delegates to DBW2018. ALLi Director Orna Ross reports back from the Digital Book World 2018 conference, which took place ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found