About 52 results
Open links in new tab
  1. architecture - What is boilerplate code? - Stack Overflow

    21 Boilerplate in software development can mean different things to different people but generally means the block of code that is used over and over again. In MEAN stack development, this term …

  2. Что такое Boilerplate code? - Stack Overflow на русском

    Читая разные статьи иногда сталкиваюсь с таким выражением : Boilerplate code В моей команде внятно никто не смог объяснить это понятие. Что же это такое?

  3. what is boiler-plate code? why should it be avoided?

    Dec 12, 2015 · Boilerplate code is repetitious code that needs to be included in many places. The origins are well explained by the wikipedia article on the subject: Interestingly, the term arose from the …

  4. java - O que é boilerplate code? - Stack Overflow em Português

    Mar 26, 2014 · 29 O termo deriva da fabricação de aço, onde boilerplate é o aço laminado em grandes placas para uso em caldeiras a vapor. Em tecnologia da informação, "boilerplate code" é um trecho …

  5. Creating new projects from an existing "boilerplate" repo

    Feb 15, 2013 · Fork boilerplate to newproject and begin. I don't have any intention of pulling newproject changes back into boilerplate. Clone boilerplate and update the remote origin to a new clean repo. …

  6. How to setup boilerplate of css in VScode - Stack Overflow

    Aug 3, 2024 · How to setup boilerplate of css in VScode Ask Question Asked 1 year, 7 months ago Modified 11 months ago

  7. what's the difference between a boiler plate and a template?

    Jul 2, 2015 · To put it simply, A template provides the structure and layout for a document. A boilerplate provides actual text and images. Boilerplate is something you copy and paste and adapt freely. A …

  8. "Boilerplate" code in Python? - Stack Overflow

    Oct 26, 2011 · Google has a Python tutorial, and they describe boilerplate code as "unfortunate" and provide this example: #!/usr/bin/python # import modules used here -- sys is a very standard one …

  9. Which is the real ASP.NET Boilerplate project? - Stack Overflow

    Sep 25, 2019 · ABP Framework (abp.io) is a rewrite and the next version of ASP.NET Boilerplate (aspnetboilerplate.com) based on lessons learned and with less backward compatibility to maintain. …

  10. What is Boilerplate code, Hot code and Hot spots?

    Boilerplate code "hot code" is scalable well written code "hot spots" are an area of intense activity. They're hot spots because they're frequently executed code.