• 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle


  • It is not useless. You should absolutely continue to vibes code. Don’t let a professional get involved at the ground floor. Don’t inhouse a professional staff.

    Please continue paying me $200/hr for months on end debugging your Baby’s First Web App tier coding project long after anyone else can salvage it.

    And don’t forget to tell your investors how smart you are by Vibes Coding! That’s the most important part. Secure! That! Series! B! Go public! Get yourself a billion dollar valuation on these projects!

    Keep me in the good wine and the nice car! I love vibes coding.


  • So much of programming isn’t about learning “programming”, its about learning how to efficiently implement and deploy existing libraries to fulfill some complex function.

    The actual bare bones of C# are something you probably could wrap your brain around inside a week or two of cramming. But simply knowing what encapsulation or inheritance is won’t give you the savvy to know when it makes sense to build an interface or add a layer of abstraction. Just like knowing the basics of SQL won’t tell you the best way to collect, store, query, sort, and process a particular complex data set.