Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

New answers tagged

1 vote

RC Plane Radio using the Raspberry Pi

Indentation The code uses inconsistent indentation, and single-space indents make the code very hard to understand. The black program can be used to automatically indent the code with a more ...
toolic's user avatar
  • 13.5k
1 vote

Uploading captured video to Google Cloud Storage

DRY Nearly the same code is repeated 8 times, with only a variable name difference: uploader1 = GCSUploader() uploader2 = GCSUploader() // etc. I think an array in ...
toolic's user avatar
  • 13.5k

Top 50 recent answers are included