Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
opsy_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
opsy_
3y ago
Cool concept, I think it's a good mission & target, too many platforms are just content farms or for keeping up appearances. And awesome to see what you're doing with Flutter! Looks like Map support has come a long way. Loaded
2.
▲
by
opsy_
4y ago
I think (from working with git newbies) the core difficulty is not understanding the Git's fundamental data structure. If you have computer science training / data structure understanding, once you realize (1) Commits are nodes in
3.
▲
by
opsy_
4y ago
Many past confused teammates of mine I've dropped in to help would disagree. reflog and reset, for better or worse, require what seems to be above-average comfort with git.
4.
▲
by
opsy_
4y ago
Can you expand on what that 90% is? I'd guess more the other way around. Squash merges are perfect to me for the bulk of PRs- atomic test-passing iterations on the working product. Exactly what I want to see in my history. Useful for b
5.
▲
by
opsy_
4y ago
I think the implication is often efforts towards "idiot proofing" don't actually improve effectiveness at the end of the day. They simply add something else to trip on. I'd roughly say that's the case with OPs alias
6.
▲
by
opsy_
4y ago
Sure, unless you bork your local repo enough you need help from a teammate getting your work into a PR. Not to say that doesn't make for a good learning moment.