DEV Community

Discussion on: 32 Lines of Code

Collapse
 
vinceramces profile image
Vince Ramces Oliveros

I am using Flutter/Dart in VSCODE and IntelliJ IDEA(Android Studio) and their style guide makes it easy for productivity as well as readability of the code. after doing fancy myMethod().myFunction().whatEver().iDontCare();, dart will always format on save to maintain the code readable using Dart Format.

Good article for good practice in a simple problem. This will be helpful for someone who looks for a simple class or function.

Collapse
 
jvarness profile image
Jake Varness

Yes, simple problems are great for practice! It doesn't even have to be a new problem. Solve something you already solved but use a different language!