Learning Erlang? speedbump thread, common, small problems

后端 未结 7 401
一个人的身影
一个人的身影 2021-01-31 06:17

I just want know all the small problems that got between you and your final solution when you were new to Erlang.

For example, here are the first speedbumps I had:

7条回答
  •  花落未央
    2021-01-31 06:50

    • Debugging is hard. All I know to do is to stick calls to "error_logger:info_msg" in my code.
    • Docs have been spotty -- they're correct, but very very terse.
    • This is my own fault, but: I started coding before I understood eunit, so a lot of my code is harder to test than it should be.

提交回复
热议问题