Ep1. Live Java Minecraft plugin code review - Bungee/Bukkit Library

After coding in Java for 12 years I am reviewing Java code of Minecraft plugins people sent us for review and giving actionable tips on how to write clean, performant code.
== GET MY HELP MAKING GREAT PLUGINS AND SERVERS ==
Minecraft Plugin Development: mineacademy.org/project-orion...
Forge Modding: mineacademy.org/forge-mastery...
Today, we will be taking a look at Bukkit plugin VirtualWinter's Library which is a cross-platform utility library. I will evaluate how it performs in regards to these factors:
- Does the code follow standard conventions?
- Is it simple and immediately understandable?
- Avoids repetitiveness?
- Has consistent names?
- One method ideally does one thing?
- Less than 3 arguments in methods?
Reviewed code: github.com/virtualWinter/Libr...
#coding #code #tutorial #money #developer #java #minecraft #minecraftplugin #bukkit #spigot #spigotmc #paper #paperspigot #programming #codereview

Пікірлер: 4

  • @ein_jojo
    @ein_jojo4 ай бұрын

    Id be interested to see someone expierenced to dive into annotation based dependency injection😊

  • @japlic
    @japlic4 ай бұрын

    I love your videos

  • @ammarbagasrawala6355
    @ammarbagasrawala63554 ай бұрын

    A tutorial for kits plugin?

  • @kangarko

    @kangarko

    4 ай бұрын

    I think it's mostly covered in the coding tutorial series :)