documentation
documentation copied to clipboard
Repository for all BHoM documentation. Including bhom.xyz/documentation pages :mortar_board:
Closes #50 Simple typo fix. ### Changelog - `Query` - Partial class template modified for typo in comment on namespace naming. - `Compute` - Partial class template modified for typo...
as soon as https://github.com/BHoM/BHoM_Engine/pull/2897 is merged, the table on the wiki [here](https://github.com/BHoM/documentation/wiki/IElement-required-extension-methods) should be update to: 2. It needs to have the following methods implemented in it's oM-specific Engine: |Interface...
Introduced typo `the from namespace` - sorry I didn't review in time. _Originally posted by @alelom in https://github.com/BHoM/documentation/pull/46#discussion_r786176783_
As of https://github.com/BHoM/BHoM/pull/1339 the Engine templates need to be readjusted to reflect the change.
Outside of adapters convert should only be used when you can get a full representation back and forward between the target and source of the operation. Any use of convert...
Currently this information is scattered about and not linked. PR naming is addressed in Changelog, and Branch naming is addressed in Resolving an Issue. Issue naming is not addressed.
As mentioned: https://github.com/BHoM/BHoM_Engine/pull/1933#pullrequestreview-469303030 https://github.com/BHoM/BHoM_Engine/pull/1933#pullrequestreview-469473041 Need to document when Activator.CreateInstance need to be used. To also keep in min is potential for sppedups: https://codingsolution.wordpress.com/2013/07/12/activator-createinstance-is-slow/ @FraserGreenroyd @al-fisher
#### Description: As discussed in the Error Management Workshop ([notes here](https://burohappold.sharepoint.com/:w:/s/BHoM/EZ3I_cCKETdLuwNcWhz9sJgBbseWgOvxbKkQJ7tgayQ-og?e=m4JNUN)). This documentation/guidance on Exception/Error Handling in the code should describe how to properly use the error log and when...
After https://github.com/BHoM/BHoM/issues/887 has been closed. Or well, after `IResult`s have been moved, but no issue for that yet.