Laurent Villeneuve (@_mazesoul) 's Twitter Profile
Laurent Villeneuve

@_mazesoul

MAWG. JSter. And all sorts of things I've stopped doing.

ID: 258578036

calendar_today28-02-2011 01:13:45

658 Tweet

122 Takipçi

294 Takip Edilen

Chris Heilmann codepo8.bsky.social (@codepo8) 's Twitter Profile Photo

We are actively destroying the web gomakethings.com/we-are-activel… "You take something the browser just gives you for free, break it with JavaScript, then reimplement it with more JavaScript, often poorly.."

J☁e Duffy (@funcofjoe) 's Twitter Profile Photo

25yrs ago: COM (focus on your biz logic) 20yrs ago: Java (focus on your biz logic) 15yrs ago: .NET (focus on your biz logic) 10yrs ago: Dynamic langs (focus on your biz logic) 5yrs ago: Microservices (focus on your biz logic) 0yrs ago: Serverless (focus on your biz logic)

David Neal 🥓🥑 (@reverentgeek) 's Twitter Profile Photo

The software industry has lost one of its greatest champions. Rest In Peace, Joe Armstrong. #rememberingjoe #joearmstrong #erlang #programming #distributedcomputing

The software industry has lost one of its greatest champions. Rest In Peace, <a href="/joeerl/">Joe Armstrong</a>.

#rememberingjoe #joearmstrong #erlang #programming #distributedcomputing
Dave Thomas (@pragdave) 's Twitter Profile Photo

If you haven't seen it, here's the announcement: media.pragprog.com/newsletters/20… The Pragmatic Programmer, 20th Anniversary Edition, real soon now. A whole bunch of new content, a whole bunch of revised content, but no change to the common sense.

Eric Elliott (@ericelliott_) 's Twitter Profile Photo

The key to writing less code and causing less rework is to write better abstractions. Get better at identifying and avoiding repetitive code.

Programming Wisdom (@codewisdom) 's Twitter Profile Photo

"In the end, regardless of where you are on the development hierarchy, keep coding. It’s where you’re most valuable." - The Developer's Code

Kelly Vaughn (@kvlly) 's Twitter Profile Photo

Hey junior devs, want to know a secret? The longer you're in your programming career, the more you realize everyone's just making it up as they go. We just learn to use Google a bit more efficiently.

Kevlin Henney (@kevlinhenney) 's Twitter Profile Photo

I wish developers felt they could slow down and look around, think about what they were doing, etc. In many cases, verbose code, inconsistencies, weird logic, etc. are all a consequence of organisational culture, giving rise to unwitting ignorance and ingraining of poor habits.

Kevlin Henney (@kevlinhenney) 's Twitter Profile Photo

Thing of the Day: "The Code Restorer" by Abraham Marín-Pérez "I think current software practices suffer from an illness caused by too much haste." medium.com/97-things/the-…

Allen Wirfs-Brock (@awbjs) 's Twitter Profile Photo

It’s official: “JavaScript: The First 20 Years” by Allen Wirfs-Brock and Brendan Eich has been accepted for the 2020 ACM History of Programming Languages Conference Almost 190 pages about the creation, evolution, and standardization of JS covering 1995-2015 BrendanEich #hopl

David K 🎹 (@davidkpiano) 's Twitter Profile Photo

E2E tests make sure the app is working properly. Integration tests make sure the code is working properly. Unit tests make sure the developer is working properly.