S.Lott -- Software Architect
  • Other Articles
  • Publications
  • S.Lott Biography

No one wins at Code Golf vs. This is more noise than signal

Date Thu 03 February 2022 Tags code golf / #python

Looking at code. Came to a 20-line block of code that did exactly this.

sorted(Path.cwd().glob("some_pattern[1-9]*.*"), reverse=True)

Twenty lines. Seriously.

To be fair, 8 of the 20 lines were comments. 3 were blank. Which leaves 9 lines of code to perform the task of a …

more ...

  • Social

    • Mastodon
    • Github
    • StackOverflow
    • LinkedIn
    • O'Reilly
    • Amazon
  • Categories

    • Architecture & Design
    • Books
    • FOSS
    • Management
    • News
    • Python
    • Technologies
  • Links

    • Pelican
    • Python.org
    • Jinja2
  • Archive

    • February 2022 (1)

© 2022 S.Lott · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top