Skip to content

Instantly share code, notes, and snippets.

View olszowka's full-sized avatar

Peter Olszowka olszowka

View GitHub Profile
@olszowka
olszowka / Keybase.md
Created September 6, 2019 02:30
Whatever

Keybase proof

I hereby claim:

  • I am olszowka on github.
  • I am olszowka (https://keybase.io/olszowka) on keybase.
  • I have a public key ASCcYA2lsfeKnw7D7M3pSBeME8pCfGON2WLWr-fLygvsTQo

To claim this, I am signing this object:

@olszowka
olszowka / P2P_React_Pattern.md
Last active October 1, 2018 21:00
Proposal for React/Redux file and directory naming standards

High level goals

  • Avoid multiple files with identical names
  • Avoid folders with a single file or a single file and a index.js file
  • Avoid files with nothing but a little boilerplate

Notes

It should be acceptible to have flexible rules based on complexity. Fox example: 1 or 2 files of purpose foo live in the parent directory named something_foo & somethingElse_foo, but 3 or more such files live inside a foo folder.

Categories of file types