Skip Navigation
fil Fil @hachyderm.io

Rustacean, musician, gamedev. Mostly lurking. Lacks qualification to exercise free will.

Posts 0
Comments 4
How do you order your enums, structs and functions in your files?
  • @boblaw0 In an order that tells the story, when reading the module file top-to-bottom. It is usually difficult to do when rapidly developing, but easier to achieve when refactoring a working program or a library.