DEV Community

Discussion on: Do You Stack Overflow?

Collapse
 
ajrom profile image
A.J. Romaniello

Usually I take to Stack Overflow whenever I am stuck in a program. Usually when I come across a bug in my code.

As one thing I do, I try not to copy and paste any code, although use some for inspiration. Most of the time I can come across my own solution or even a more optimized one than the latter.

Stack Overflow is a tool that us software engineers must be aware of. It makes great use of the basic logic and flow of JavaScript although is still a beginner friendly website.
There are many portions of our code that we want abstracted to controllers or models.
For Example:

  • Inheriting helper methods from other JS classes/files.
  • Abstract the form input date to javascript