-
Notifications
You must be signed in to change notification settings - Fork 7
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
Increase momentum on interventions in general #235
Comments
@wisniewskit How long do you think this should take. |
Or maybe the terms are currently too vague to define a plan for work, |
So, this is my very personal opinion.
I'm not sure if that's actually true. While I think that the suggested refactoring is not a bad idea, I don't see any significant friction caused by the current state in my work with the addon. For me, while building interventions, the things that take time are
After that, adding the intervention itself is pretty much just copy-pasting a block in a JS file, changing a few values, creating a new JS/CSS file, and hitting save. Even testing the intervention is relatively simple, as there is automation for that. For CSS interventions, I usually use the devtools style tab and write a bit of CSS until the issue is fixed. When I figured it out, the process from there takes no more than 5 minutes at most, for me. So the main source of friction here is the requirement to a) spend more time on diagnosis, b) spend the time to figure out how to intervene. Unfortunately, this does not translate into tangible tasks to drive improvements, let alone predictable engineering tasks. It is very possible that I'm not seeing issues, though, mainly because I built the basis and I've got very very used to it. Occasionally, if you're that deep into it, you're getting really good at not noticing issues. :) So Ksenias and Karls opinion is worth more in this case. |
The text was updated successfully, but these errors were encountered: