Questions tagged [feedback]
16 questions
33
votes
3 answers
What is the best way to code review a work-in-progress?
I am working on a feature with a system that I am unfamiliar with. The feature is not ready, but I want to show the code to my team (who is familiar with the system) so they can give me early feedback. We are a fully remote team.
Making a pull…

Evorlor
- 1,440
- 2
- 16
- 22
12
votes
2 answers
How should I handle negative campaigns against my application?
I developed an app a few years back: while it's outdated and useless compared to what's available today, it was helpful for people when it was first released.
I recently searched for my own name on Google, and came across a website that made the…

shane
- 359
- 1
- 4
10
votes
3 answers
Why does a proportional controller have a steady state error?
I've read about feedback loops, how much this steady state error is for a given gain and what to do to remove this steady state error (add integral and/or derivative gains to the controller), but I don't understand at all why this steady state error…

Qantas 94 Heavy
- 268
- 1
- 3
- 11
9
votes
3 answers
How to get feedback from the community on large chunks of code?
Code Review.SE is great when you need feedback on a precise, short piece of code.
But where to get similar feedback about the code itself when:
you have thousands of LOC,
don't have colleagues in your workplace ready or willing to review the…

Arseni Mourzenko
- 134,780
- 31
- 343
- 513
8
votes
7 answers
Scrum: Short VS long sprint
We were trying to figure out the optimal sprint length for our project. After working on a 3-weeks basis we thought that cutting the sprint to 2-weeks would provide better velocity.
The advantages were clear - shorter feedback loop, small stories…

Avi
- 516
- 5
- 21
7
votes
9 answers
How would you answer this job-interview question?
One of the five people who interviewed me asked a question that resulted in an hour-long discussion: "Explain how you would develop a frequency-sorted list of the ten thousand most-used words in the English language."
My initial response was to…

ahmed
- 613
- 1
- 4
- 10
5
votes
8 answers
Data validation best practices: how can I better construct user feedback?
Data validation, whether it be domain object, form, or any other type of input validation, could theoretically be part of any development effort, no matter its size or complexity. I sometimes find myself writing informational or error messages that…

Cᴏʀʏ
- 221
- 1
- 10
5
votes
2 answers
What are your advice, methods, or practices to take out the most from a day on-site at a customer?
We just deployed a large software that affects the way the user work-day looks like in many aspects. It changes a lot of things in the way they interact between eachothers.
The developers of the team are taking rounds and spending one day at the…

Stephane
- 244
- 1
- 6
4
votes
2 answers
How should I be keeping track of php script version/changes?
How should I be keeping track of a php script's versions/changes when it pertains to a single script in one file?
Should I have a separate changelog, and if so (1) what should it be named, (2) how should the contents of the log be formatted, and (3)…

Wilkons2
- 111
- 4
4
votes
1 answer
What's a good model for continuous manager <-> programmer feedback?
Is it important for managers to give devs regular feedback on how they're doing and vice versa? I say vice versa because I consider employees to be responsible to their manager, and managers to be responsible to their employees. Everyone seems to…

MebAlone
- 729
- 1
- 5
- 9
3
votes
3 answers
Reaction time of big companies to bug reports
I have submitted a bug report over a month ago to one of the biggest software companies about one of their flagship development products (I deliberately not include any more details about this bug report, so that the question doesn't turn into a…

quant_dev
- 5,117
- 2
- 22
- 26
3
votes
4 answers
Getting pure feedback early, without damaging brand by exposing unpolished features
Getting useful feedback early in the development cycle gets you to a high-quality feature faster.
And the most useful feedback can be in the form of users actually using something in the wild, instead of in a contrived setting. If you see users use…

tscizzle
- 313
- 2
- 10
1
vote
2 answers
How can we use RFCs in closed source projects?
I really love the way open source projects use RFC as a tool to get feedback and ideas from the wider community. I've been especially noticing this over the years with the way Ember have been doing their development.
I'm thinking about RFCs in the…

reggaemahn
- 119
- 4
1
vote
3 answers
Thoughts on my new template language/HTML generator?
I guess I should have pre-faced this with: Yes, I know there is no need for a new templating language, but I want to make a new one anyway, because I'm a fool. That aside, how can I improve my language:
Let's start with an example:
using…

mpen
- 1,889
- 19
- 29
-2
votes
4 answers
How do I find a good balance in the number and sizes of pull requests I raise?
Background
I've been working with a team of 6 for the last couple of months doing enterprise software development. About half the team is very new (2-6 months). We loosely follow Kanban and manage/track work through Azure DevOps, with code reviews…

Manish M
- 47
- 3