Skip to content
View OSCAR-ORO's full-sized avatar
  • PX

Block or report OSCAR-ORO

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
.github/profile/README.md

MY BUILDER CREED

1. SIMPLICITY

  • Good code is simple code.
  • Always ask: What’s the simplest way to do this?
  • Delete anything non-essential.
  • Use the simplest tech first before adding complexity:
    • SQL > HTML/SVG > CSS > JS/TS > ...

2. ART

  • Good tech is art-like: beautiful & durable.
  • Care about every detail.
  • Reduce the number of details so you can care about all of them.
  • You're not writing code — you're creating a machine.
  • Think in terms of Projects/Machines, not Hardware/Software.

3. DEPENDENCY POLICY

  • If a library can be replaced with 50=< LOC, replace it.
  • Avoid dependencies unless absolutely essential.
  • Don’t use anything you don’t understand.
  • Prefer native APIs and first-party tools.

4. FULL CONTROL

  • Vertical integrate everything.
  • Know always what's happening to your machine.
  • Build modular; Control each module.
  • Struggle towards same-origin policy.
moonsun

Pinned Loading

  1. .github .github Public

    Must-follow Building Philosophy

    1