You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the YAML parser / builder code does not meet the informal NTRT style that we have developed. For example, "BuildTensegrityModel.cpp" is compiled into "BuildModel" which is bad because the name changes, but this is also bad since BuildTensegrityModel.cpp has a main{} function, e.g., it's an App file.
We should (a) come up with specific style guidelines about file names, particularly for App files, and (b) change the YAML parser code to match.
The text was updated successfully, but these errors were encountered:
Currently, the YAML parser / builder code does not meet the informal NTRT style that we have developed. For example, "BuildTensegrityModel.cpp" is compiled into "BuildModel" which is bad because the name changes, but this is also bad since BuildTensegrityModel.cpp has a main{} function, e.g., it's an App file.
We should (a) come up with specific style guidelines about file names, particularly for App files, and (b) change the YAML parser code to match.
The text was updated successfully, but these errors were encountered: