[Daily Post] 230215
[Daily Post]는 매일매일 탐구한 내용을 간략하게 기록하는 포스트입니다.
따라서 정리되지 않은 내용과 추측을 포함하고 있을 수 있습니다.
더 체계적인 형식을 갖춘 글은 해당 카테고리의 포스트를 확인해주세요 :)
Daily Study
DB, CN Quick review
- 7~9주차 정리
PS
- 2562, 10818
- 파이썬만의 접근 방법이 있나 체크해 볼 것!
Solidity
- Crypto Zomibe Lesson 1 정리
- Crypto Zomibe post에 GPL 3.0 추가(명시)하기
- Solidity에서 local variable, private function에 ‘_‘(underscore) 붙이는 이유
- collision을 피하기 위함
- 하지만 C#, Solidity의 경우에만 not required, but recommended로 여겨지는 것 같다.
- Java의 경우 does not recommend.
- 접하는 언어가 다양해지면서 convention도 많이 접하게 되는데, 자주 전환하면서 convention 전환하는 것도 시행착오를 많이 겪어봐야 알 것 같다.
- Single
.sol파일에 여러 개의 Contracts를 작성할 수 있는가?- Truffle에서는 가능하다.
- Truffle:The most comprehensive suite of tools for smart contract development
- Truffle: Make sweeter compile, test, debug and deploy
- Ganache: UI and CLI flavors, Introspection of contract data and events
- Drizzle: wallet connection, account state management for front-ends