-
-
Notifications
You must be signed in to change notification settings - Fork 163
Ways To Get Feedback Prioritized
andychu edited this page Apr 9, 2024
·
18 revisions
Where To Send Feedback gives tips on good feedback.
Bug reports are prioritized -- this is for improving "vague feedback"
Ideally, the code should work and have runnable tests.
Show what the code looks currently, and after the proposed change.
This puts your problem in context.
e.g. Interior vs. Exterior
(There is often a simpler "exterior" way to solve a problem -- Oils is exterior-first
This is the best way to get feedback prioritized, but the highest effort.
You may want to start a discussion before doing this.
- Other shells
- Python, JS, Ruby
- Perl, PHP
- Lisps
- etc.
(But summarize the relevant parts)
- e.g. a
value.Place
is a (name, stack frame) tuple, andsetValue()
must occur in a higher stack frame. It can't occur in a lower one.
This might be the last resort, but could help.
Crisp code examples are essential.