https://github.com/junnishimura/mathematicalvisualization
This is a mathematical visualization
https://github.com/junnishimura/mathematicalvisualization
Last synced: 3 months ago
JSON representation
This is a mathematical visualization
- Host: GitHub
- URL: https://github.com/junnishimura/mathematicalvisualization
- Owner: JunNishimura
- Created: 2018-11-30T16:50:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T16:01:34.000Z (over 7 years ago)
- Last Synced: 2025-12-07T21:04:01.441Z (8 months ago)
- Language: C#
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MathematicalVisualization
I'm using icons from the links below
## What I learned from this practice
1. Simple is the best.
Simple is the best. Especially when things get complicated, I was trying to add more logics to solve problems. But I need to look for the ways to solve problems with less codes and logics. "Simple is the best", which is the word I have to keep in mind all the time.
2. Clarification
When I face some problems, I'm Googling to solve them. But before googling, it is better to clarify things below.
(1) What is the problem anyway?
(2) What is the ideal goal of solving the problem?
(3) What do you understand right now?
(4) What things you need to know (need to googling) to achieve (2)?
Without clarifying things which you want to understand, it takes more time to solve problems than necessity. As I was googling deeper, things which I wanted to know was much blurred. So I just need to clarify things above before googling.