Agile way of coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Agile way of coding

In an age where talks over agility gains prominence , programmers are expected to deliver quality results in minimum time. So it's advisable to reduce the application build time with whatever ways possible. Writing fewer lines of code to deliver the same output and writing code easier to maintain is going to have a great positive impact on the build time. Here lies the possibility of using a language like python which increases agility and delivers results faster.

2nd Jul 2017, 5:39 AM
Ajay Prabhu
Ajay Prabhu - avatar
6 Answers
+ 9
It does not matter if you learn, python, java, php, html etc. what matters is the level of commitment irrespective of the kind of project at hand. As long as there are many frameworks on a programming language, there are many ways to write less and output more. But the big question here is why do I want to learn Ruby?...is it beacause person A is learning it ?
2nd Jul 2017, 6:13 AM
Awele Omeligwe
Awele Omeligwe - avatar
+ 8
ruby is a bit better at that. less lines.
2nd Jul 2017, 5:45 AM
Ahri Fox
Ahri Fox - avatar
+ 7
ruby v/s readability
2nd Jul 2017, 5:56 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 7
@Awele Omeligwe Ruby is a slightly better Python with not as much libraries and support. I wasn't saying to learn it, only that it generally produces less lines of code for the same tasks as Python. Python however still is pretty good in reducing lines on its own, just not the best.
2nd Jul 2017, 7:02 AM
Ahri Fox
Ahri Fox - avatar
+ 3
agile is not about speed. That is a common myth. Itā€™s about adaptability. If you spend a year writing code only to find out what you created does not meet the unspoken requirements, you will have a hard time meeting those requirements. If you spend two weeks on code and then find the unspoken requirements, you can adapt your approach and code now and get to the right place. The early course correction means getting the final correct delivery sooner, but doesnā€™t mean more code was written in less time.
19th Feb 2018, 3:46 AM
SQrL
SQrL - avatar
+ 2
Yet to start Ruby . Will definitely try. Thanks
2nd Jul 2017, 5:46 AM
Ajay Prabhu
Ajay Prabhu - avatar