Skip to content
View bobaepapa's full-sized avatar

Block or report bobaepapa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bobaepapa/readme.md

안녕하세요

펌웨어 개발자 K 입니다.

Pinned Loading

  1. SonarLint SonarLint
    1
    ## Lint or Linter 란
    2
    소스 코드를 분석하여 버그,오류를 수정을 하기 위한 도구를 말하며,
    3
    저는 백엔드 개발할 때 TSLint (나중에 ESLint) 를 사용하면서 생산성을 높이는데 많은 도움이 되었습니다. ~~eslint 는 c를 지원하지 않음  ㅠㅠ~~
    4
    펌웨어 개발자로 복귀 후 C언어를 지원하는 lint 를 찾으며 적용하는 과정을 기록으로 남깁니다. 
    5
    
                  
  2. VSCode 에서 C Code Format 하기 (Prettier... VSCode 에서 C Code Format 하기 (Prettier in C)
    1
    가장 많이 사용하는 VSCode 에서 코드 포맷팅 하는 방법을 설명합니다. 맥 기준입니다.
    2
    
                  
    3
    ## VSCode 에 Microsoft C/C++ Extenstion 설치
    4
    
                  
    5
    ![image](https://user-images.githubusercontent.com/12071495/198922807-39df49ff-5ad3-45ef-8275-1f6cb7a5948d.png)