Skip to content

pragatipdx/CodeReadingandReview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project includes a brief summary of code review in a Java repository forked from a GitHub public repository. This code was developed 7 years ago and includes a base code in Java version 4 that works in J2SE 1.4. As part of our project, we will be focusing on features of clean code:

  1. Documentation: Repository being old has no underlying description. Project demands navigation through class to understand its purpose. We will be adding comments and documentation for enhanced readability.
  2. Refactor: Base code requires immense refactoring to include good coding practices. Issues of naming conventions (meaningful names), refactoring methods (functions), formatting and error handling will be closed.

Background Information:

GIT repository forked: https://github.com/darkice1/17mon.git
Contributor: darkice1
Project Name: 17mon IP Parser
Description: IP Parser inputs IP library file and parses it to identify
Geographical Location by user input-IP Address.
Language: Java
Version: Java 4
Created Date: Dec 2, 2014

About

17mon IP库解析代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%