HackerTrans
トップ新着トレンドコメント過去質問紹介求人

TheAnswerMan

no profile record

コメント

TheAnswerMan
·6 年前·議論
You don't even need the "REPL" buffer to do REPL style development. You can just use the "eval" keybinds of your editor to eval the source code in the files.

For any test/scratch code, just create a scratch file outside your project and write the experiments there, eval'ing as you type. That file could even be an "official" unit test you include in the project.
TheAnswerMan
·6 年前·議論
So REPL may make people less likely to document the code?

I don't see the correlation.