Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe to determine ignorables, untouchables given topic + agenda #12

Open
sanjarcode opened this issue Sep 19, 2023 · 1 comment
Open

Comments

@sanjarcode
Copy link
Member

sanjarcode commented Sep 19, 2023

One important skill to have is to dive in a field, know which areas to (do and not do):

  1. Ignore
  2. What to build upon (think inheritance OOP like)

this skill + an agenda, and there's absolutely nothing to stop me.

The first helps set priorities, the second helps sets things that can be acted upon. So, decisions and actions are narrowed.

I think this should work. Just consider any topic you know. There are these two kinds of things (that fool us in the beginning, and especially beginners).

Examples:

  1. (React app development) for example - how the browser works is practically not important (ignorable). We shouldn't touch eventListeners and not do DOM manipulations explicitly - what not to build upon.
  2. Calculus math (12th, engg bachelor) - you don't practically need to think about limits, and finding derivatives using the first principle. Nor does one need to do integrations by summation limits.

Every topic + agenda pair has these ignorables and set-in-stone things.

If you change the agenda, the two params also change.

Any variables I'm missing?

nextL
Topic + agenda sets ignorables, base-items.

Try to create some recipie to determine these. Check if works.

@sanjarcode
Copy link
Member Author

doing this deliberately can help with "ideal" discovery of the subject

@sanjarcode sanjarcode changed the title > Recipe to determine ignorables, untouchables given topic + agenda Recipe to determine ignorables, untouchables given topic + agenda Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant