DEV Community

Discussion on: Which is the best IDE for a smartphone.

Collapse
 
bgadrian profile image
Adrian B.G.

While commuting you can read books, open source code, listen to podcasts or listen to courses. you will get better time investment than to type code on a phone (which will be frustrating and slow).

Collapse
 
pizmovc profile image
Luka • Edited

I agree with you. This time could be better used for reading or listening than to code.

Collapse
 
x8core profile image
x8core

No

Collapse
 
loca94 profile image
Loca94

Which podcasts could you guys recommend me?

Collapse
 
bgadrian profile image
Adrian B.G.

There are specifics posts that answer that question, check them out (on dev.to).

I don't listen to podcasts, I'm a youtube guy, but softwareengineeringdaily.com/ is on my TODO list.

Collapse
 
bgadrian profile image
Adrian B.G.

PS: I recognize, admire and congrats your desire to evolve. I myself read a few books while commuting as a junior.

Trust me, with 1h daily learning time you can achieve many things in life, including a next step in your career every one two years.

Collapse
 
zcdunn profile image
Zack Dunn

While commuting you can read books, open source code, listen to podcasts or listen to courses

Which often brings up ideas and makes me want to get some code down. There's no reason it has to be frustrating and slow. Nobody has done any work to make a decent experience there. Virtual keyboards have come a long way, but only by optimizing for casual typing.

Collapse
 
bgadrian profile image
Adrian B.G.

Yes, you can build the code in your head, and when at a PC is just a matter of typing.

Or you can buy a 13" laptop ..

Thread Thread
 
x8core profile image
x8core • Edited

You say to me that ship is good, submarine is not necessary.

Collapse
 
heyjonbray profile image
Jon Bray

Instead of getting code down, it's most important to get the flow of the algorithm down. You can and should write code in your dev environmental, not your phone.

A common misconception is that code comes first... Algorithms come first. I would recommend any organizational manager or notepad for this. Get your algorithms down, determine your data structure, but until you're at your setup it's not very productive to write code on a smartphone. Algorithm and Data management is best done here.

Any text editor will work, but Mindly is a great app for linking ideas, and project management. Though it isn't designed for writing algorithms, it's nested interface makes it great for that purpose.

If you're set on writing code on your phone (again, I'll say IMO you can better use this time preparing for writing code), your best bet is writing an app that uses gesture commands to create classes, methods, etc.