-
-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow dynamic models to be created as buildings #3880
base: master
Are you sure you want to change the base?
Allow dynamic models to be created as buildings #3880
Conversation
Review and comments "maybe const", "typo" are pointless, those changes are invisible for end user and have no effect on functionality. Instead You should checkout branch and test if it doesn't crash, does it work but the problem i see is that @TheNormalnij didn't provide any instruction what he actualy changed. Also, he should include example script ideally in code so i can run some .bat script that install for me "test scripts" then i can "/run 3880" and see if it after year of other changes still work as intended. |
The same could be said about any refactors, ArgumentParser, utilities, changing vendors, etc. Completely irrelevant and a huge blunder. Just because the end user doesn't notice doesn't mean its pointless. |
"typo" is relevant. "maybe const" is less relevant, but ok here.
It's not a big feature. I replaced a dirty hack to add behavior for createBuilding from it. |
Its actually the opposite: In either case both are relevant |
It is less relevant because it's outside of the PR scope. I didn't add that method. Only a constant was replaced there. |
And thats what should be part of pull request, resource that i can easily grab and quickly test some previous pull request. In your example it could spawn this door with helper text "you should be able to go through the door". This pattern should be applied to all pull requests ( if possible ) to speedup testing and reduce regression. |
Lets be realistic. With the huge decrease in PR activity this will be impossible to keep track of. |
No description provided.