minor: style code vertically and implement consts & vars #21
+6,903
−2,127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the changes and the related issue or feature.
I have included a
.gitignore
; which, is self explanatory.Additionally, I have included
const.go
,struct.go
andvar.go
pages for greater clarity and long term maintenance of the code.The point was to strip the sum < 1000
strings
from the code for better management, eliminate duplication and ease of future multi language translations.While some of the
var
/const
names might not be to DEROFDN spec, every string was preserved for multi language translations.Additionally, all code was styled vertically. This was done for great ease of access visually parsing code and ability to comment on a near line by line basis.
NOTE: The merge process is as follows:
dev
branch.dev
, we will compile and merge withindev
and then push intomain
for final release.Fixes # (issue)
Type of change
Please select the right one.
Which part is impacted ?
Checklist:
License
I am contributing & releasing the code under RESEARCH LICENSE (which can be found here).