2014년 2월 17일 월요일

JQUERY notebook

재밌는 에디터.
웹 페이지에 간단하게 동작하는 에디터 추가하는 경우에 좋을 거 같네요.

http://raphaelcruzeiro.github.io/jquery-notebook/

댓글 없음:

댓글 쓰기

Generic interfaces 요점

 https://go.dev/blog/generic-interfaces  Generic interface를 정의할 때 최소한의 제약만을 정의하고 실제 구현체들이 자신만의 필요한 제약을 추가할 수 있도록 하는 것이 좋다. pointer receiver를...