Kyle Cordes

Results 129 comments of Kyle Cordes

The style guide already says: "Note: When working with larger codebases, using a more descriptive name can help ease cognitive overhead & searchability. Avoid overly verbose names that are cumbersome...

We've (teaching classes) have been describing scope events as a pseudo-deprecated feature for a while now. It would be great for the Papa style guide to say something like that.

@jongunter I don't use AngularJS 1.x much anymore, but I do encounter large customer projects written in it. My advice for those projects as they try to forward to the...

@jongunter Slightly relevant, I put this together for other purposes. https://github.com/OasisDigital/angularjs-rxjs-example (There is a link to a video in the README, that explains the code in depth.)

### Worthy of being considered a standard recommended style? If the two components are closely adjacent (one is a parent of the other, or maybe they are siblings whose parent...

Same question as above.

Reading through all the conversation, the result is not exactly clear. Here is what I **think** everything above means: to make this work with Facebook it is necessary to: *...

@bharath-holla Yes, we had to do what I wrote above. Server-side render the pages so that Facebook can pick up the fields. In our case it is very slowly changing...

@halfzebra What did you think of the alternative I mentioned, in which `create-react-app` would not install the binaries itself, because it does not necessarily have the right to do so...

@halfzebra Oh yes, I was just checking you had noticed the (worse) alternative idea for reducing the possibility for version conflict. Certainly the idea you wrote, adding those things to...