DEV Community

Sandor Dargo
Sandor Dargo

Posted on

3 1

Code Ahead by Yegor Bugayenko

Code Ahead, what shall I call you? You are a novel. A fiction. Yet according to you, you're semi-autobiographical. You are a rather exact picture of how things go in software development. Yet you're also a manifesto of how things should go instead. You give lots of pieces of advice on "programming, debugging, releasing, testing, organizing, teamwork and management issues".

First, I find a bit difficult to read you because of the tons of footnotes which take up sometimes more than half of the page. You use a lot of references and explanations. But I realized that I should read those in a second run when I'd update my reading list. You provide a lot of values. Focusing just on the main text first made you very enjoyable.

In fact, I think even though that your author is a software architect he is also a rather gifted writer. Maybe he could write a similar book that greater masses would find entertaining. Maybe it wouldn't be entertaining at all without the wry humour about software architecture and management that he knows well. Who knows, maybe Yegor should try. While the posts on his blog sometimes often are very provocative, on your pages the same ideas are less harsh and rather act as food for thought.

Code Ahead, I am waiting for your next volume, even though I find almost 41 bucks quite a lot for you. In the end, it's no more than a couple of double lattes with rainbow dust.

This article has been originally published on my blog.

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

If you found this post helpful, please leave a ❤️ or a friendly comment below!

Okay