+ 2
Python or Ruby?
Which one is easier to find bugs in code or final application?
3 Respuestas
+ 7
For me Ruby. There I know that I will not have problems simply because I changed the level of indentation of my code (also I use in most cases the indentation equal to 2 spaces, and at least in previous versions that gave me errors).
Of course it also depends on your tools. The error messages and suggestions of your debugger / editor / IDE, are something that really appreciates.
+ 3
python would be a safe bet.
used more and has more support.
+ 1
I think Python 🤔