Java-Game-Maker / Java-Game-Maker/JavaGameEngine

create public and private functions

Open
#52 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
11
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Make override functions private
example
update should be empty and all updates should be in backendUpdate()

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the override functions and the update/backendUpdate entry points in the Java game engine. Review how these functions are used to determine the intended public and private boundaries; done means update is empty and all update behavior is contained in backendUpdate().

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
game-dev
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.