Some help regarding hack/grow/weaken ratio

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • bitburner

    Bitburner Game

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    The second part is TypeScript (or TS, as I referred to it before). It's a push to make JavaScript more OOP-friendly by adding enforceable types, type checking, etc. If you use the VSCode extension listed in the sidebar, you can write your scripts in TS to make it easy to work with strong types and enable IntelliSense (so you can read the JSDoc info for each function, including those in NetScript's NS type) and make it easier and safer to work with your code. It's translated and compiled (aka "transpiled") down to JS before being moved over to the game, so in-game nothing is different. Pretty neat stuff! :)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • JSDoc

    An API documentation generator for JavaScript.

    The second part is TypeScript (or TS, as I referred to it before). It's a push to make JavaScript more OOP-friendly by adding enforceable types, type checking, etc. If you use the VSCode extension listed in the sidebar, you can write your scripts in TS to make it easy to work with strong types and enable IntelliSense (so you can read the JSDoc info for each function, including those in NetScript's NS type) and make it easier and safer to work with your code. It's translated and compiled (aka "transpiled") down to JS before being moved over to the game, so in-game nothing is different. Pretty neat stuff! :)

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

Related posts