6 Hacks to create a Good Coding Habit:
Set aside a dedicated time and place for the habit.
Start with small achievable goals.
Practice regularly.
Seek help and feedback.
Stay organised.
Reward yourself.
Thanks for reading this.
If you have an idea and want to build your product around it, schedule a call with me.
If you want to learn more about DevOps and Backend space, follow me.
If you want to connect, reach out to me on Twitter and LinkedIn.
Top comments (6)
package progusingjava;
//DO NOT MODIFY THE CODE PROVIDED TO YOU
public class Student {
private static int counter = 100;
private String studentId;
private String studentName;
private String studentLocation;
private long contactNumber;
private double totalFee;
private MusicInstrumentCourse musicInstrumentCourse;
private boolean transportationRequired;
}
package progusingjava;
//DO NOT MODIFY THE CODE PROVIDED TO YOU
public class TransportFacility {
private static String[] locationArr={"Northyork", "Scarborough", "Etobicoke"};
private static double[] transportCostArr={1500.0, 1000.0, 2000.0};
private double transportFee;
private int distance;
}
package progusingjava;
//DO NOT MODIFY THE CODE PROVIDED TO YOU
public class MusicInstrumentCourse {
private String instrumentCourseName;
private int courseDuration;
private double courseFee;
private static String[] instrumentCourseAvailableArr = { "Piano", "Drum", "Guitar" };
private static double[] instrumentCourseCostArr = { 2000.0, 3000.0, 2500.0 };
}
jaldi kar brooo
I$_QNP2!9L
hi
Some comments have been hidden by the post's author - find out more