scarce and cycle times were slow. programmers were encouraged to write complex single lines of code that did many things. Today memory is plentiful and cycle times are fast. You should write 5 lines of code people can follow instead of one line they cannot understand ~~ StackOverFlow Every developer can write codes that the computer understands, UNUSUAL developers writes codes humans understands. The only viable means of assessing code quality is how many WTF’s i say per minute ~~ one dude like that
o Define specific methods to handle major tasks String person_name = “Eric”; int person_age = 20; String person_position = “Marketer”; o //…… short helpful comment o /** long and complicated comment **/ Private void uploadToCloud(){ //………… } String person_name = “Eric”; int personAge = 20; String position = “Marketer”;
library, plugin, or other useful piece of code and you're using it in your own app, consider open-sourcing it. There's much to learn in the process of contributing to open- source projects or maintaining your own. If you don’t have anything to open-source, consider checking out other open-source projects that interest you, and fix some bugs, improve the documentation, or write a few tests there. Even the smallest bit of contribution (such as fixing some grammatical errors in the docs) will be helpful for the project maintainer to keep the project running. Tip: there’s an awesome guide for you to get started in open-source development attached.
Windows https://developer.android.com/studio/intro/keyboard-shortcuts.html 3. Android Studio Plugins to enhance productivity https://medium.com/mindorks/how-to-become-more-productive-in-android-with-android-studio-plugins-3beb3861fa7 1. Learn How To Write https://medium.freecodecamp.org/developers-the-why-and-how-to-writing-technical-articles-54e824789ef6