https://github.com/dmkyr20/why-alias
Why (alias) It is a simple program that aims to implement the five-why rule. Whenever you can't decide something or want to find the root of the problem, it's helpful to answer the simple 'why' question 5 times.
https://github.com/dmkyr20/why-alias
alias java script self-development
Last synced: 15 days ago
JSON representation
Why (alias) It is a simple program that aims to implement the five-why rule. Whenever you can't decide something or want to find the root of the problem, it's helpful to answer the simple 'why' question 5 times.
- Host: GitHub
- URL: https://github.com/dmkyr20/why-alias
- Owner: dmkyr20
- Created: 2022-06-24T16:11:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T16:16:18.000Z (about 4 years ago)
- Last Synced: 2026-01-23T07:46:31.623Z (6 months ago)
- Topics: alias, java, script, self-development
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Why (alias)
Why (alias)
It is a simple program that aims to implement the five-why rule.
Whenever you can't decide something or want to find the root of the problem, it's helpful to answer the simple 'why' question 5 times.
> "The basis of Toyota's scientific approach is to ask why five times whenever we find a problem … By repeating why five times, the nature of the problem as well as its solution becomes clear. "Taiichi Ohno
## How does it work?
Anytime you want to try this practice, just run this program, and you are ready to go.
```
❯ why Ran through a red light
Why? A:Late for work
Why? A:Woke up late
Why? A:Alarm didn't worke
Why? A:Exhausted battery
Why? A:I forgot to check it
PROBLEM: Ran through a red light
-Late for work
-Woke up late
-Alarm didn't worke
-Exhausted battery
-I forgot to check it
ROOT CAUSE: I forgot to check it
```
## How to install
To install you have to copy the repository, then create an alias for command: `java /FiveQuestions.java`. Java version for this command should be 11 or above. Also, it's depends from where do you going to run the alias. There should be Console provider.