|
I'm learning to code for maybe a new career and while i'm learning to do this computers are going thought a "evolution". If I'm a developer doing this my question isn't so much like what language to but more what would I use to write this on? Do I use a tablet, Chromebook, or the good old laptop I'm not asking for a mistic prediction but a educated guess from developers who do this for a living. thank you in advance for answering. |
|
while you could write the programs on any of the above devices...in most cases the ease of use of a laptop or desktop PC would by far speed up your coding, and with a proper emulator, the debugging of your software. There would also be a problem on the tablets and such of finding a compiler for your code... There are compilers for the PC that will compile your code for just about any system, vs on specific devices, where you would be hard pressed to find one that runs on them. You will also have the benefit of being able to compile your code for other systems at the same time on the pc. Your compilation time will also be reduced by the added power of the pc vs a tablet... |
