<p>Hi ,
Theirs allot of good tutorial and videos about go concurrency ,but i can’t find any exercise with test .
Any suggestion ? </p>
<hr/>**评论:**<br/><br/>SerialMiller: <pre><p>Not sure if there are any. This might be different for you, but for me the best way to learn is just by encountering the problem and try to solve it when it occurs. Always has been, always will be.</p>
<p>That's because you've got a concrete understanding of the matter at hand.</p>
<p>But you could make your own exercise, for example: Resize all images in a certain folder sequentially and write them to another folder. After that try to do this concurrent, utilizing the amount of CPUs your computer have. It should speed the process up.</p>
<p>And if you need some feedback, you won't be the first, nor the last to ask some feedback on their github repo.</p>
<p>Document it, and some people actually might have a use case for using a simple CLI tool that does this for you. Allow to set the input and ouput directories using flags for example.</p>
<p>It's no exercise with tests, but I hope it helps :).</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传