IamIsaacRaj / foodie-cli

0 stars 0 forks source link

Follow Class structure #2

Open Saivikas-TM opened 2 months ago

Saivikas-TM commented 2 months ago

in your day 1 project setup, u are not following class structure. A Java class structure includes package declaration, import statements, class declaration (public class ClassName { ... }), static and instance variables, constructors, instance and static methods, and a main method for executable applications (public static void main(String[] args)). This structure ensures organized code with clear separation of concerns and adherence to Java programming conventions for readability and maintainability.

IamIsaacRaj commented 2 months ago

i have messed up with project i did everything in hurry burry i will redo this project from scratch