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

整理碎片化 #18

Open
dzylikecode opened this issue Oct 17, 2022 · 5 comments
Open

整理碎片化 #18

dzylikecode opened this issue Oct 17, 2022 · 5 comments
Labels

Comments

@dzylikecode
Copy link
Owner

dzylikecode commented Oct 17, 2022

inspired by #17

@dzylikecode
Copy link
Owner Author

我的想法是, 模块形式

一定内容内聚在一起形成一个节点,然后它暴露出接口,形成一个概念, 或者说能够用简洁的话语描述,然后下面是详细的过程

下一步是观察这些节点,进一步观察之间的联系

@dzylikecode
Copy link
Owner Author

想到人工智能的聚类, 形成概念的过程

@dzylikecode
Copy link
Owner Author

dzylikecode commented Oct 18, 2022

我想到了我写js的结构

function act(){
  method1();
  method2();
  return;
  function method1(){};
  function method2(){};
}

我觉得这抽象和分解与人在思考概念是相似的

@dzylikecode
Copy link
Owner Author

我在想, js那个形式是在强调这个结构, 比如固定的method1, 固定的method2, 这种抽象的共性呢? 还是正是想表现method1, method2呢

换个详细的表述是, 我是意在突出比较宽泛, 抽象的概念呢? 比如特点, 结构, 感想之类的, 还是突出具体的数据呢? 比如简洁, 快速, 明显知道这是特点

@dzylikecode
Copy link
Owner Author

我觉得后者更好一点, 能形象概括其中的内容, 表达出概念的内部数据

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant