codecademy 번역 5

Semicolons and Whitespace(세미 콜론과 공백)

As we saw with comments, reading code is just as important as writing code. We should write code that is easy for other people to read. Those people can be co-workers, friends, or even yourself! Java does not interpret whitespace, the areas of the code without syntax, but humans use whitespace to read code without difficulty. Functionally, these two code samples are identical: 주석에서 봤듯이 코드를 읽는 것도..

codecademy 번역 2020.01.16

Hello Java File!

Java runs on different platforms, but programmers write it the same way. Let’s explore some rules for writing Java. In the last exercise, we saw the file HelloWorld.java. Java files have a. java extension. Some programs are one file, others are hundreds of files! Inside HelloWorld.java, we had a class: Java는 다른 플랫폼에서 실행되지만 프로그래머는 동일한 방식으로 작성합니다. Java 작성 규칙에 대해 알아봅시다. 저번 연습 때에 HelloWorld.java 파일을..

codecademy 번역 2020.01.06

시작 하기에 앞서...

코드카데미로 자바를 공부 하기 시작한 후 가끔 막히는 부분이 있기도 하다. 그러나 중요한 점은 영어로 되어 있다는 점... 이때다 싶어 영어 번역에 들어가기로 시작 했다...(일만 그만 만들었으면...) 공부하면서 막히는 자바 용어 있으면 다시 정리를 시작하면서 공부를 진행 하기로 했다. 이 모든 내용은 코드카데미에 저작권이 있을 것이며(불확실? 응?) 이 번역에 대한 저작권은 나에게... 있겠....지?? 아무튼 무료니 이글을 읽는 독자들도 진행을 해 보면 좋을 거 같다. 여기는 내가 공부 하며 번역 하고 답과 같이 올라 갈 예정이다. 아래에 링크를 올릴테니 스스로 공부해 보길 바란다. https://www.codecademy.com/

codecademy 번역 2020.01.06