Tag: refactoring


study

리펙토링 2강

Refactoring지난 이야기?많은 사람들이 C++로 C스러운 코드를 짠다.먼저 캐스팅에 대해 알아보자. 캐스팅 이야기C / C++의 차이1234567// casting.c#include <stdlib.h>int main(){ ...

study

리펙토링 1강

GitGithub CR, LF Binary, ASCII 구분 안하는 Linux/Unix (?) Linux/Unix - LF만 해도 CR까지 함Windows - CR + LF 해줘야 Git기본 환경 설정12git config --global user.name...