Greg_O
(Greg O)
1
Hey all,
I pushed some updates to my DeclareMaker code assistant last night:
- Formatted some methods with proper indents for easier debugging
- Fixed a case where it wasn’t handling whitespace between a parameter type and name
- Refactored my unit test suite to make it easier to identify errors and fix them.
DeclareMaker is part of my code assistant suite:
10 Likes
Scott_C
(Scott C)
2
Thank you very much, Greg.
Your changes fixed those examples I sent you very well 
1 Like
Greg_O
(Greg O)
3
It’s helpful that I use this script to help others with their declares so I’m constantly thinking “huh, I wonder why the script got that wrong…”
5 Likes
Greg_O
(Greg O)
4
Found and fixed a few more patterns today.
3 Likes