Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.84 KB

coding-style.md

File metadata and controls

58 lines (41 loc) · 2.84 KB

You are now in a GitHub source code view - click this link to view the home page

Ladybug Analysis Tools » Ladybug Web »

Ladybug Web Coding Style

Mission

  • Write cookbook scripts that are ready to use, cut and paste
  • Build engineering tools built to solve specific problems
  • Develop skills you can use everywhere
  • You can download a script easily and when you click it, it should just work.
    • Everything you need to know about a script is in one place and written in the same way.
  • Ready to use, cut and paste scripts
  • Built to solve specific problems in a single programming language - JavaScript
  • Small easy-to-understand scripts that you can use to hack your own apps
  • All written in JavaScript
    • Even the HTML and CSS is created and edited using JavaScript.
    • Experimental techniques designed to get you coding faster but documented
  • Built to fork edit and share - all FOSS in GitHub
  • For STEM peeps - not 'full-stack programmers'
  • Explore new ways of visualizing in 3D - use the graphics processing units (GPUs ) to their maximum

For much more detail about the coding style you can have a look at the Jaanga Practice Notes Some of the notes there could come here as and when there is agreement on the good styles for this effort.

Cookbook Meaning