21 avril 2014 09:42, par Amaury Bouchard

Famous computer scientist Leslie Lamport is definitely not a worse is better kind of guy.
Abstract: « I’ve been disturbed by the emphasis on language in computer science. One result of that emphasis is programmers who are C++ experts but can’t write programs that do what they’re supposed to. The typical computer science response is that programmers need to use the right programming/specification/development language instead of/in addition to C++. The typical industrial response is to provide the programmer with better debugging tools, on the theory that we can obtain good programs by putting a monkey at a keyboard and automatically finding the errors in its code. »

Dernières infos sur le même thème

14 juin 2018 15:24, par Amaury Bouchard

Let me make one thing clear first. If you are a beginner programmer, this article is not meant to make you feel bad about the mistakes that you might be making but rather to make you aware of them…

14 juin 2018 14:19, par Amaury Bouchard

The async/await introduced by ES7 is a fantastic improvement in asynchronous programming with JavaScript. It provided an option of using synchronous style code to access resoruces asynchronously…

06 février 2017 18:12, par Amaury Bouchard

So, you’ve written a website. Your carefully crafted HTML, CSS and JavaScript sits waiting to be sucked through the ether into the wild world of browsers. With any luck it will land in a nice new…

03 février 2017 11:54, par Amaury Bouchard

In Nov’16, we created an online tool to reverse engineer any android app to look for secrets. This tool was built because of an internal need — we were constantly required to reverse engineer apps…

10 janvier 2017 18:27, par Amaury Bouchard

This article will cover all the fundamental concepts you need to get good with the CSS Flexbox model. It’s a long one, so I hope you’re ready for it. If you prefer to read the entire tutorial in a…