Skip to content

refactor: rename edge class to Edge (closes #89)#100

Open
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
refactor/rename-edge-to-pascal-case
Open

refactor: rename edge class to Edge (closes #89)#100
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
refactor/rename-edge-to-pascal-case

Conversation

@sauravbhattacharya001
Copy link
Owner

Summary

Renames the edge class to Edge to follow Java PascalCase naming conventions.

Changes

  • Renamed edge.javaEdge.java
  • Updated class name and constructors
  • Updated all 208 files with type references (Graph<String, edge>Graph<String, Edge>)

Impact

  • 3714 lines changed across 208 files
  • No behavioral changes — pure rename refactor
  • Improves IDE support, consistency with Java ecosystem

Closes #89

Renamed the edge class to Edge across 208 files to follow Java naming
conventions. Updated all type references (Graph<String, edge> ->
Graph<String, Edge>), constructors, and variable declarations.

No behavioral changes - pure rename refactor.

Closes #89
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions bot added visualization Graph visualization and UI database Database queries and schema tests Test additions or fixes size/xl labels Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

database Database queries and schema size/xl tests Test additions or fixes visualization Graph visualization and UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename edge.java to Edge.java (Java naming convention)

1 participant