or how I learned to stop worrying about bad English and love open source.
or how I learned to stop worrying about bad English and love open source.
コップ本:
Scala という名前は「スケーラブルな言語」を意味する。
The name Scala stands for “Scalable language.“
infix, implicit, etc enables natural extension.
you can do anything with libraries.
std libs written by the hq in the US.
both the lang and libs are developed openly.
community-driven culture.
the mainstream is English based.
suppose you found a bug in a library.
show your love.
trust, and wishing for each other’s success.
say it out loud.
where to report bugs.
prepare evidence. separate facts from opinion.
steps to reproduce on dev’s machine.
what you think is the problem.
acceptance criteria.
justifications and analysis.
a github project with repro data.
sending fix code.
a few tips on sending a pull req.
respect the project.
make a topic branch.
repro the bug using tests.
compatibility, naming, and formatting.
feature enhancements.
yea, these subtitles.
thanks!