Abusing for loops in C# for job security

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • computercraft_programs

    minecraft computercraft programs/scripts (written in Lua), and httplib helpers (c#)

  • To add, sometimes there are more complex state machines and it isn't really a collection at all. Dirty example in my open-source play code (sadly work would obviously be mad if I shared a fuller example!) here where there is a execution state machine, and I need to inspect/audit every step. Using the for-loop semantics fits much better than do-while/while-do (once I write a few more things inside that loop... wip for myself and all that) and since yes it is a bit different than "common" for-loop usage I put comments for my future self.

  • unmaintainable-code

    A more maintainable, easier to share version of the infamous http://mindprod.com/jgloss/unmain.html

  • Obligatory Unmaintainable Code repo link. The ultimate guide in job security.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project