Result
Result Option
해당 댓글은 삭제되었습니다.
이건 진짜 찐농도 레전드네 - dc App
try catch 자체가 미개한방식임 let it crash 되는거랑 아닌거랑 dx차이가 너무 큼
erlang
goto
if
예문이 그렇긴 한데 난 try 즐겨 쓰는데 if 'index' in data.keys(): do_something(data['index']) 이렇게 안하고 try: do_something(data['index']) except KeyError: pass
if err != nil
ㄹㅇ ㅋㅋ
구아악 - dc App
모나드
pcall
반대로 try catch보다도 좆같은게 있긴 함? - dc App
try catch 식의 처리가 오래되긴 했어도 딱히 좆같다고 느낀 적은 없는데
어차피 모나딕 인터페이스 써도 do 노테이션같은거 붙이면 try catch랑 코드모양 똑같잖음 - dc App
Result
Result Option
해당 댓글은 삭제되었습니다.
이건 진짜 찐농도 레전드네 - dc App
try catch 자체가 미개한방식임 let it crash 되는거랑 아닌거랑 dx차이가 너무 큼
erlang
goto
if
예문이 그렇긴 한데 난 try 즐겨 쓰는데 if 'index' in data.keys(): do_something(data['index']) 이렇게 안하고 try: do_something(data['index']) except KeyError: pass
if err != nil
ㄹㅇ ㅋㅋ
구아악 - dc App
모나드
pcall
반대로 try catch보다도 좆같은게 있긴 함? - dc App
try catch 식의 처리가 오래되긴 했어도 딱히 좆같다고 느낀 적은 없는데
어차피 모나딕 인터페이스 써도 do 노테이션같은거 붙이면 try catch랑 코드모양 똑같잖음 - dc App