Giter VIP home page Giter VIP logo

java_ssg_2022_07_15's People

Contributors

jwp345 avatar

Watchers

 avatar

java_ssg_2022_07_15's Issues

리뷰 남깁니다!

좋았던 점

코드가 전체적으로 깔끔하게 잘 정리되어 있어서 보기 좋았습니다.
특히 App클래스가 제일 깔끔했습니다.

아쉬웠던 점

WiseSaying클래스에 getter, setter를 도입하면 더 좋을 것 같습니다.

고생하셨습니다!

리뷰 남깁니다

노션 작성해주시는거 볼 때마다 배우는게 많아서 이번 코드도 보고 많이 배워갑니다
아직 제가 구현하기 어려운 부분인데도 깔끔해서 코드만 보면서 잘 이해할 수 있었습니다! 감사합니다~

리뷰 남깁니다.

정규식을 이용한 jsonToList()

// Util.java
Pattern pattern = Pattern.compile("\"id\":(\\d+),\"content\":\"([가-
힣]+)\",\"author\":\"([가-힣]+)\"");

정규식을 알면 파싱이 굉장히 간단해 지네요.
jsonToList()가 간결하고 가독성도 좋은 코드인 거 같습니다. 다만 접근자를 private으로 하면 더 좋을 거 같아요

리뷰 남깁니다!

정규식을 통해 파싱하는 것이 매우 이해하기 쉽고 간단해 보였습니다.
App 클래스에서 명령을 받고 해당 기능을 수행하는 부분을 나누어 작성하여 이해하기 좋았습니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.