"also don't ever give someone an unsolicited code review on Twitter. It's rude." I'd personally welcome people's free code review, on any platform, when clearly the code "wasn't perfect". I don't see why someone would take offence from free advice, unless it was condescending. You're always free to ignore it. Eitherway, you won't excel in any topic without feedback.
I disagree. Unsolicited feedback lacks context and might not be intended to help the developer. Feedback to someone you don't know should be offered only if they're explicitly asking for it.
Just Build It...
31–40 of 72 posts
Re: Just Build It...
#32"also don't ever give someone an unsolicited code review on Twitter. It's rude." I'd personally welcome people's free code review, on any platform, when clearly the code "wasn't perfect". I don't see why someone would take offence from free advice, unless it was condescending. You're always free to ignore it. Eitherway, you won't excel in any topic without feedback.
I disagree. Unsolicited feedback lacks context and might not be intended to help the developer. Feedback to someone you don't know should be offered only if they're explicitly asking for it.
That's literally all they said.
How can you disagree about what one individual says they themselves want?
Re: Just Build It...
#33Earlier quoted context omitted.
> nothing gets shipped unless it's perfect, and so nothing gets iterated on… That’s why a solid, painless, quick rollback story is absolutely vital but underrated for agility. It’s not a big deal if you ship a regression but can roll back quickly. On the other hand, if every release is playing for keeps, you’ll slow down to a glacial pace to try to ship perfection. But perfection is impossible no matter how much proc…
The issue is that big messes can be made that are hard to clean up in one small release. For example, one of our teams had the requirement "Allow end users to programmatically configure widget xyz". Now, widget xyz has a janky design and a table with 50 columns associated with it. So what did this team do? They took that internal table definition, made a CRUD api that exposes the whole thing, and moved on. Tell me, h…
Re: Just Build It...
#34Earlier quoted context omitted.
I disagree. Unsolicited feedback lacks context and might not be intended to help the developer. Feedback to someone you don't know should be offered only if they're explicitly asking for it.
You disagree that keyle wants feedback? That's literally all they said. How can you disagree about what one individual says they themselves want?
Re: Just Build It...
#35Re: Just Build It...
#36> Now I can incrementally update and improve and refactor This is 100 times easier for me than building from scratch. I second guess everything when I start with a blank canvas. That was my pain point and why I made my extension SnipCSS - https://chrome.google.com/webstore/detail/snipcss/hbdnoadcma... Usually I can find something "good/close enough" to what I want on some website. I use my extension to rip off that d…
The way I try and address this is by basically turning off my inhibitions on my first pass of anything. Literally just start spewing stuff, whether its code or writing a tweet or blog post, making a presentation, etc. Then my second pass is with a much more critical eye and I start editing or reworking big chunks.
Rinse and repeat! Has been working for me.
Re: Just Build It...
#37Re: Just Build It...
#38"One group is instructed to submit 100 photos over the quarter and the other group is instructed to submit one perfect photo. The group that is instructed to submit 100 photos gets better because they start right away and start taking photos and learn about composition. While the other group doesn't get better because they hem and haw over what a perfect photo is." If true, I would want a refund if placed in the latt…
Re: Just Build It...
#39Earlier quoted context omitted.
People on Twitter just want to broadcast their opinion and get affirmation, they don't react well to attempts at dialog. It's all just attacks and counter attacks these days.
Just X it.
Re: Just Build It...
#40"also don't ever give someone an unsolicited code review on Twitter. It's rude." I'd personally welcome people's free code review, on any platform, when clearly the code "wasn't perfect". I don't see why someone would take offence from free advice, unless it was condescending. You're always free to ignore it. Eitherway, you won't excel in any topic without feedback.
But if you welcome it, it's not unsolicited