Potty training at 6 months sounds like the masochists approach. Why would you train before they can physically get on a potty? Yes, they pee all the time at 4 months, do they really gain much being held on a potty?
I don't want to plop a baby in front of TV but likewise I wouldn't want their early months to be all about the potty.
When they're ready, if they've had a rounded start to life it's a just another simple transition.
Agreed, I just turned down an online coding interview as it required 3 hours dedicated time, especially for those of us with families 3 hours at home is precious and not usual uninterruptible. Companies who set tasks like this probably aren't the sort of company you want to work for.
Prior to having a family, I'd spend 12 hours on a test but claim it was only 6, now I'd be pushed to spend 3.
You don't need to choose the library but there's still the same amount of documentation to wade through, the amount of learning is the same.
although, code separation is native in React now and if you think http clients is still a thing you're too far into the Angular ecosystem to be helped.
I think it was the fact that v3 to 4 was "basically a new project" with a new paradigm that earnt the reputation for breaking changes but then React Router is such a marketable name I can see why you'd be reluctant to spin off a new project.
Hooks solve some problems nicely, the main killer for me is that they don't work with classes, so you end up with 2 wildly different paradigms in your codebase.
Feels like hooks should have been a clean start in a new framework rather than retrofitted into React.
"my new goal is to live a better life. In the end open-source doesn’t pay the bills so it’s best to focus on other things if you can, or if you just enjoy the project then that’s cool."
> According to the homepage you should install now and it's already used in production by major companies!
> > they need to encourage users to build things
Is obvious from feedback on this article that this is alpha quality software. Feel free to be a guinea pig but I'd be very worried if I had any Elm code in production (unless you are no red ink and can hire the language author)
It's an alpha pre v1 language, it's going to break things to get better.
However they also need to encourage users to build things so they can observe patterns and improve the language - often by removing the functionality developers relied upon (in the maintainers opinion wrongly.)
These pre v1 developers are going to get angry and burnt, the main problem is that Elm is ambitious and reliant on just one guy. 18 months with few warnings on breaking changes gives developers a long time to become reliant on deprecated functionality.
I've done some Elm development, the lack of documentation and support unless you hang out on chat channels put me off. I might try again post v1 but that feels a very long way away.