Skip to content Skip to sidebar Skip to footer
Showing posts with the label Naming Conventions

When To Use `parent` And When To Use `root` As First Argument In A Graphql-resolver Function

I've seen some tutorials and examples out there who are sometimes using parent and sometimes us… Read more When To Use `parent` And When To Use `root` As First Argument In A Graphql-resolver Function

Why Do I See Javascript Variables Prefixed With $?

This is sort of a meta-question. Many snippets of JavaScript I've seen here on SO are named wi… Read more Why Do I See Javascript Variables Prefixed With $?