学习我的语言有哪些技巧,以及从开始就要记住的一些最佳实践? [英] What are some tips for studying my language, and some best practices to keep in mind from the get go?

查看:135
本文介绍了学习我的语言有哪些技巧,以及从开始就要记住的一些最佳实践?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我选择了我想要开始学习的语言(C ++),并且我有一些资源可以开始学习。由于你们中的很多人都经验丰富并且很有实践经验,所以我希望能够挑选你的大脑。





**在继续之前,我希望避免评论我选择的语言。经过大量的个人商议,我做出了我的选择,并计划坚持下去。感谢您提前了解:)**






1.你们做了些什么事情来了学习你的语言,使你的过程更容易?你有什么特殊的技巧/习惯似乎使语言学习过程变得有趣/有趣/信息量大/压力小?



2.当我开始学习时,我是意识到在实践的早期阶段可以获得许多不良习惯。我应该保持哪些良好的习惯和习惯,以及我应该避免的一些习惯?





我是期待你的意见和答案,并希望从中汲取一些东西,帮助我培养自己的技能,成为一名成长中的程序员。





-Gabe C.

So I have chosen the language I want to start learning (C++), and I have some resources with which to begin learning. As a lot of you are more experienced and practiced, I was hoping to pick your brains.


**Before moving on, I'm was hoping to avoid comments about my choice of language. After a lot of personal deliberation, I made my choice and plan to stick to it. Thank you for understanding in advance :)**



1. What are some things you guys did when it came to studying your language that made the process easier for you? What special techniques/habits did you have that seemed to make the language learning process fun/interesting/informative/less stressful?

2. As I begin learning, I am aware that there are many bad habits that can be acquired in the early stages of practice. What are some good habits and practices I should keep close, and what are some habits I should be sure to avoid?


I am looking forward to your opinions and answers, and hope to take some things away from this to help me develop my own skillset as a growing programmer.


-Gabe C.

推荐答案

新年好决心。只是为了分享我的一些想法和经验。

1.从第一天起,培养一个良好的编程实践,你可以在网上找到很多好的建议;

2.不要只是阅读,做很多实践和实验;

3.永远不要犯错误,因为错误会帮助你正确学习;

4。总是准备向别人学习,因为我相信没有人知道一切。

5.当你有足够的信心时,开始一些严肃的项目。

6.如果你遇到问题,总是先咨询谷歌,其他一切都失败了,请访问代码项目。

7.最后但并非最不重要的是,当你准备好时,帮助回答Code Project的问题可以拓宽你的知识和技能。 br $> b $ b

学习新东西总是需要时间,但努力会得到回报。请记住罗马不是一天建成的



快乐的学习和最好的新年祝福。
Good new year resolution. Just to share some of my thought and experience.
1. From day one, cultivate a good programming practice where you can find a lot of good advice on the web;
2. Do not just read, do a lot of hands-on and experiments;
3. Never afraid of making mistakes, because mistakes help you learn correctly;
4. Always be ready to learn from others, as I believe no one knows everything.
5. When you are confident enough, embark on some serious projects.
6. if you encounter problems, always consult google first, all else fail, visit Code Project.
7. Last but not least, when you are ready, help to answer question at Code Project broadens your knowledge and skills.

It always takes time to learn new stuff, but the effort will pay off. Remember that Rome was not built in one day.

Happy learning and best new year wishes to you.

简短& sweet 回复我。



0)需要教育 [ ^ ]

1)对于坏习惯,浏览 thedailywtf [ ^ ], codinghorror [ ^ ]

2)好的事情浏览最佳实践,常见问题解答等等。

在Codeproject中,一位成员(Alok)发布了一个关于C ++的系列,请查看它。

45天系列:CodeProject VC ++论坛Q& A - I [ ^ ]& 续集 [ ^ ]

3)不要忘记访问奇怪而精彩的 [ ^ ]论坛。

4)尝试写文章或其他东西&在线分享(看看谁在说这个?:()

5)每天学习新东西!
Short & sweet reply from me.

0) Education Needed[^]
1) For bad habits, browse things like thedailywtf[^], codinghorror[^]
2) For good things browse things like Best practices, FAQ, etc.,
In Codeproject, one member(Alok) published a series on C++, check it out.
45 Day Series: CodeProject VC++ Forum Q&A - I[^] & its sequels[^]
3) Don't forget to visit The Weird and The Wonderful[^] forum.
4) Try to write articles or something & share it online(Look who's telling this? :( )
5) Learn new things everyday!


嗨Gabe,



很高兴您选择了我最喜欢的C ++。

我不完全了解C ++,但它有助于我学习OOPS概念。早些时候我经常努力去了解一些oops概念,然后我就每个概念采取了一些实时的例子,这些例子甚至可以帮助我保留一些概念;-)

所以这就是我所做的事情

Hi Gabe,

Glad that you have chosen C++, my favourite one.
I do not know C++ fully, but it helps me to learn OOPS concept. Earlier I struggled a lot to know about some oops concepts then I took some real time examples about each concept that helps me to retain some of it even now ;-)
So here is what I have done
1) If you have C++ book - do not just learn, read every line in the book like you are reading your favourite novel which helps you to understand clearly.<br />
2) Please do not do multitasking, read the concept then read the program, then try to rewrite the program in your logic. Try every program in your own logic after understanding others logic.<br />
3) Do lots and lots of paper work, practical knowledge will make you a good programmer not theoretical part.<br />
4) Share what you have learned with your friends, or ask some questions/doubts with your friends(Studies alone will gain you, if you share with others ;-))<br />
5) As @Peter said, Do not care about mistakes, just make compiler feel bad about your program(not a big deal at all) then correct it by yourself then you and compiler will be happy forever.<br />
6) Another one what I prefer is Alternative approach - Why this Why can't that? I always ask this question to myself which gives me another idea. Remember Person who found Remote control for TV, he worked hard to make others lazy ;-)<br />



希望这会对你有所帮助。



新年快乐。



问候,

RK


Hope this helps you a bit.

Happy New Year.

Regards,
RK

这篇关于学习我的语言有哪些技巧,以及从开始就要记住的一些最佳实践?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆