DNAmaster10 / httpRequests

A Spigot plugin which allows player to send HTTP requests to a web server from an ingame command
MIT License
14 stars 3 forks source link

[/] Code Style Improvements #2

Closed 128931 closed 2 years ago

128931 commented 2 years ago

Fields should be declared at the top of the class, before any method declarations, constructors, initializers, or inner classes. The class name 'sendData' doesn't match '[A-Z][a-zA-Z0-9]*'. Also, just a recommendation don't do everything in one class as said by the Single-responsibility principle