About 16,000,000 results
Open links in new tab
  1. What's a boilerplate? : r/learnprogramming - Reddit

    May 27, 2018 · Boilerplate is basically some code that is required every time you develop a project. By using a boilerplate, you save a lot of time. For example, when creating (class-based) React …

  2. What percent of programming is boilerplate code? - Reddit

    May 13, 2023 · Stephen Wolfram, the creator of Mathematica and WolframAlpha, recently said, "What's going to happen to all these programmers? A lot of what they do is write slabs of boilerplate code. …

  3. Boilerplate code stopped showing up on VS code with the ... - Reddit

    Jul 18, 2022 · Boilerplate code stopped showing up on VS code with the "!" shortcut. I've been using it all day and it suddenly stopped working now. Any fix? Share Add a Comment Sort by: Best Open …

  4. Snippets for React hooks : r/reactjs - Reddit

    Jun 7, 2022 · Do you use snippets to generate boilerplate code? There are several great VS Code extensions for React. The demo above is something we want to bring to WebStorm :) Here is the list …

  5. How do you describe boilerplate code? : r/webdev - Reddit

    Apr 22, 2021 · In computer programming, boilerplate code or just boilerplate are sections of code that are repeated in multiple places with little to no variation. When using languages that are considered …

  6. Developers/Founders would you benefit from boilerplate code?

    Apr 3, 2023 · A boilerplate for a SaaS product (to me) should ideally allow developers to focus on writing business logic specific to their use case, integrate it with the frontend, and deploy it quickly. I believe …

  7. How do you handle a lot of boilerplate code? : r/golang - Reddit

    Oct 7, 2022 · This kind of boilerplate code seems to be a pain but after the first step it's definitely a feature. It's explicit, without dependency, safe, it's not difficult, just boring and you'l forget it quickly. …

  8. Why do people hate boilerplate code? : r/learnprogramming - Reddit

    Why do people hate boilerplate code? I recently started programming professionally, mostly java for Windows / Android, and I took a look at kotlin and the only thing that feels different to me is …

  9. Why do we call it "boilerplate code?" : r/Frontend - Reddit

    Dec 31, 2022 · Because Ada Lovelace’s husband’s name was Sir Reginald Boilerplate, of the Sussex Boilerplates. And he came up with the idea of the code that now goes by his name.

  10. What is a boilerplate? : r/AskProgramming - Reddit

    Oct 23, 2022 · Boilerplate is when a language forces you to type lots of code that otherwise has little relevance to what you're trying to accomplish. There's a famous comedy story from 2006 that pokes …