Giter VIP home page Giter VIP logo

java-1's People

Contributors

keisto avatar

Watchers

 avatar  avatar  avatar

java-1's Issues

Why data input streams?

You seem to be using data input streams extensively.

This is something not covered in Java 1, and what I would consider an advanced topic. Is there any particular reason you decided to use these? How did you come across this information?

Similarly ListViews have not yet been cover, nor would I consider them the easiest way to complete the requirements for this application.

Any information you could give me on how you came across these decisions would be greatly appreciated. Thank you.

Keep line lengths below 80 characters long

Some of your lines of code go beyond the recommended 80 characters long soft line limit. Some go even further beyond the 120 hard line limit which causes GitHub to wrap. It's best practice to make sure your code does not exceed these limits.

Here is an example of your code now, with the limits displayed as print margins:
Line Limit Broken

And here is an example of how to display this code correctly with minimal breaking of limits:
Line Limit Fixed

Due to the length of some of these lines I believe you may also have some extra tabs here exacerbating this further.

Again, this is not required, however it is coding best practice.

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.