DEV Community

Cover image for Top 5 DEV Comments of the Past Week
Gracie Gregory (she/her) for The DEV Team

Posted on

Top 5 DEV Comments of the Past Week

This is a weekly roundup of awesome DEV comments that you may have missed. You are welcome and encouraged to boost posts and comments yourself using the #bestofdev tag.

This is a huge win, @drbragg ! Congratulations on the achievement!

Got promoted to Senior Software Engineer!


In the latest discussion on Light v Dark Mode, @technoglot weighs in with important factors to consider. Team Dark Mode all the way!

Comment Not Found


Trying out something new is always challenging, especially when it comes to blogging. @monika_roy1 congrats on taking that first step! Cheers to big gains!

Comment Not Found


While Sublime isn't everyone's favorite, @darkain explains why Sublime Text remains a useful editor to them.

I use Sublime Text daily for everything. It is smaller, faster, and right to the point. It is a text editor with zero cruft to get in the way. And yes, it also has quite the extensive extension community. It also doesnt NEED as much extensions to get things working great though, especially as many of those vscode extensions are of low quality and often buggy.

Every time I've tried any other editor, without fail, some THING of some sort will get in the way of doing just basic text editing, which is the ultimate goal of these applications. To me, time is extremely valuable, and nothing has come even remotely close to the simplicity and time saving features of Sublime Text.

For me, its just not worth the time investment to re-learn an entirely different editor that actively has features that get in the way of doing my job, an editor that has done everything they can to attempt to clone every feature of Sublime Text, but not as elegantly, just for the sake of using what is now deemed "popular"


@hkvongit offers their opinion on the top priority JS concepts to master in order to grow your web development career. Thanks for sharing your insights!

Must learns in JS

  1. Recursion
  2. Closures
  3. Loops
  4. Conditionals
  5. Scope of variables
  6. this keyword
  7. object oriented programming - encapsulation and abstraction
  8. class
  9. imports
  10. exports
  11. arrow functions
  12. var, let, const
  13. destructing
  14. template literals
  15. Spread operator
  16. map , filter, reduce
  17. Understand how .prototype works
  18. type conversion
  19. Naming conventions in JS
  20. Asynchronous programming
  21. Promises
  22. Async and await
  23. error handling in javascript
  24. consoling using different console mehods

See you next week for more great comments ✌️

Top comments (3)

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)
Collapse
 
drbragg profile image
Drew Bragg

Thanks!

Collapse
 
monika_roy1 profile image
Monika Roy