Git & Python
-
One of the reasons I like my new job is the opportunity to work with technologies I read about but didn't have a chance to use. Like Git[^]. I really like the idea of distributed version control, and Git is *the* distributed version control system. However, it reminds me a little of C++: fundamentally powerful, but often counter-intuitive and hard to learn properly. There are just too many steps one needs to remember to execute in the right order. On the other hand, there is Python which we use to write tests. A very pleasant experience after all these years with superflous semi-colons and curly braces. I wish there was a native system language with similar syntax...
-
One of the reasons I like my new job is the opportunity to work with technologies I read about but didn't have a chance to use. Like Git[^]. I really like the idea of distributed version control, and Git is *the* distributed version control system. However, it reminds me a little of C++: fundamentally powerful, but often counter-intuitive and hard to learn properly. There are just too many steps one needs to remember to execute in the right order. On the other hand, there is Python which we use to write tests. A very pleasant experience after all these years with superflous semi-colons and curly braces. I wish there was a native system language with similar syntax...
Nemanja Trifunovic wrote:
fundamentally powerful, but often counter-intuitive and hard to learn properly
...and surprisingly addictive.
FILETIME to time_t
| FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy -
Nemanja Trifunovic wrote:
fundamentally powerful, but often counter-intuitive and hard to learn properly
...and surprisingly addictive.
FILETIME to time_t
| FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy -
One of the reasons I like my new job is the opportunity to work with technologies I read about but didn't have a chance to use. Like Git[^]. I really like the idea of distributed version control, and Git is *the* distributed version control system. However, it reminds me a little of C++: fundamentally powerful, but often counter-intuitive and hard to learn properly. There are just too many steps one needs to remember to execute in the right order. On the other hand, there is Python which we use to write tests. A very pleasant experience after all these years with superflous semi-colons and curly braces. I wish there was a native system language with similar syntax...
-
Nemanja Trifunovic wrote:
Git is *the* distributed version control system
What is wrong with Mercurial ?
I prefer Mercurial, and have been using it for over a year at work.
CPallini wrote:
You cannot argue with agile people so just take the extreme approach and shoot him. :Smile:
-
Nemanja Trifunovic wrote:
Git is *the* distributed version control system
What is wrong with Mercurial ?
-
One of the reasons I like my new job is the opportunity to work with technologies I read about but didn't have a chance to use. Like Git[^]. I really like the idea of distributed version control, and Git is *the* distributed version control system. However, it reminds me a little of C++: fundamentally powerful, but often counter-intuitive and hard to learn properly. There are just too many steps one needs to remember to execute in the right order. On the other hand, there is Python which we use to write tests. A very pleasant experience after all these years with superflous semi-colons and curly braces. I wish there was a native system language with similar syntax...
Git is one of the few I haven't yet used.... I would like to try it out sometime soon though... :thumbsup: :-D
-
Exactly my intention ;)
FILETIME to time_t
| FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy