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

求黑客马拉松学习过程 #1

Open
xxnbyy opened this issue Feb 20, 2020 · 2 comments
Open

求黑客马拉松学习过程 #1

xxnbyy opened this issue Feb 20, 2020 · 2 comments

Comments

@xxnbyy
Copy link

xxnbyy commented Feb 20, 2020

俺也想快速学习编程,对黑客马拉松的过程更感兴趣其实。。师傅方便整理一下发出来吗

@Tycx2ry
Copy link
Contributor

Tycx2ry commented Feb 21, 2020

@xxnbyy 没有太具体的方法论吧!我说一下心得。

  1. 快速的掌握一门语言,其实是有门槛的,是基于你已经对某一种语言有比较深入的了解和开发经验,在这个前提下你再去看别的语言就会很快。
  2. 编程语言有很多统一些相似的地方:
  • 表达式
  • 逻辑语句
  • 设计模式
    至于各个函数,库之类的使用,需要的时候直接百度,不用记,也记不完
  1. 我们这一次2周的学习计划分为2部分:
  • 语言学习:这部分,就是快速的查找资料,主要看:表达式、逻辑语句、函数、类、数据类型、设计模式等,然后就是去看github的相关项目代码,自己写一些简单语句demo,以及笔记,方便自己查找和按葫芦画瓢。
  • 项目开发:这个需要一个对整个项目架构比较清晰的同学带队,分配功能模块,和给其他同学讲解架构和需要实现的功能,以及怎么实现。
  1. 沟通,随时对接代码实现情况,明确数据对接,已经功能实现的情况。
  2. 全部代码对接调试。

@xxnbyy
Copy link
Author

xxnbyy commented Feb 21, 2020

感谢大佬分享:wink:

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

2 participants