open229 / ruleset-model-description-schema

Developing a schema for ASHRAE Standard 229P.
Other
7 stars 3 forks source link

suggestion - break up single yaml file #4

Open MatthewSteen opened 3 years ago

MatthewSteen commented 3 years ago

Suggestion to break up the current single yaml file into multiple files similar to https://github.com/open205/schema-205/tree/master/schema-source files. I suggest breaking the data groups up by major design discipline, which would align it with building drawings and the National CAD standard.

JasonGlazer commented 3 years ago

Why would this be better?

MatthewSteen commented 3 years ago

Just a suggestion to take or leave, but I can think of three reasons.

  1. The files would have fewer lines of code. The single YAML file currently has almost 1000 LOC and isn't finished, so I could see it being 10000+ when finished.
  2. It would make finding objects easier because they would be categorized into separate files.
  3. It would make it more approachable for those in AEC that are not programmers.

See Google/DigitalBuildings for another example.