Thread: Sad Sigil news?
View Single Post
Old 10-03-2013, 08:32 AM   #132
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,497
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
For any large code base to be maintainable, the programmers involved have to be disciplined and experienced, regardless of the language. For example, my own style of python coding has evolved significantly over the decade or so that I have been writing python code.

I just find that python leads to much higher maintainability than C++. The advantage that static typing in C++ brings is easily compensated for by just using descriptive names in python.

However, I dont really want to get into a debate on the relative merits of various languages. If you are happy with C++ -- more power to you
kovidgoyal is offline   Reply With Quote