Sunrabbit (@sunrabbit123) 's Twitter Profile
Sunrabbit

@sunrabbit123

just do it

ID: 1564932830546710529

calendar_today31-08-2022 11:07:26

33 Tweet

16 Followers

47 Following

탐정토끼 (김태희)🕯 (@stelo_kim) 's Twitter Profile Photo

그래서 코칭하다가 const가 불변이라 외우시는 광경을 목도하면... const a = [1,2,3] a.pop() // [1,2] a.push(4) // [1,2,4] a.length = 0 // [] 이런 거 보여드리고는 하지요.

Sunrabbit (@sunrabbit123) 's Twitter Profile Photo

I wrote a blog about stc(Dudy ) because i thought it would become better if more contributed There is quite a lot that can contribute to this. Therefore, it is easier to participate than other open sources. medium.com/@qudwls185/con… medium.com/@qudwls185/stc…

𝒽𝓂 (@hmartapp) 's Twitter Profile Photo

그리고 Prisma 를 토대로 명령어 한줄 만으로 DB구조를 싹 전자동으로 파악해서 DB 의 현재 상태를 설명하는 문서화랑 디비 스키마 구조 도식화(UML 을 전자동으로) 를 전부 자동으로 만들어서 문서를 자동으로 작성 해주는 Prisma Markdown 이란 것도 나왔네요! ✨️ dev.to/samchon/world-…

그리고 Prisma 를 토대로 명령어 한줄 만으로 DB구조를 싹 전자동으로 파악해서 DB 의 현재 상태를 설명하는 문서화랑 디비 스키마 구조 도식화(UML 을 전자동으로) 를 전부 자동으로 만들어서 문서를 자동으로 작성 해주는 Prisma Markdown 이란 것도 나왔네요! ✨️ 
dev.to/samchon/world-…
Cam (@cameron_c2) 's Twitter Profile Photo

typescript-eslint's no-unnecessary-condition is coming to Oxlint! This type aware rule helps catch conditions that are always falsy or truthy, hence causing an unnecessary condition! Thanks to Sunrabbit !

typescript-eslint's no-unnecessary-condition is coming to Oxlint!

This type aware rule helps catch conditions that are always falsy or truthy, hence causing an unnecessary condition!

Thanks to <a href="/Sunrabbit123/">Sunrabbit</a> !