Please note that this product is entirely meant as a fun project, in which incorporates wiki examples alongside commonly asked questions, to make a users life easier!
This product should not released, and is in an extremely early development stage.
Introduction
In modern times, there are numerous ways in which you can increase the speed of your programming. Whether it be through the usage of external tools, or simple practice, the days of efficiency are upon us.
I’ve spent the past few days working on a small project in incorporates common asked problems, and provided solutions, and I’ve put it in to an algorithmic system, in order to create a programming assistant!
I cannot stress this enough, this is not an artificial intelligence design, it is an algorithmic!
What can it do?
The algorithm finds solutions based on a given input, but that is not all! The plugin has a built in “parser”, in which will calculate all of the given upvalues within your code, and then attempt to build the results around the provided scope and the upvalues within!
What does that mean? If you don’t provide the algorithm with enough information, it will read your code and attempt to find a viable choice.
For example, if you define DataStoreService within your code, and then ask the plugin to get a Data Scope, it will use the pre-existing DataStoreService upvalue, if it exists. Otherwise it will make it’s own!
You ask it a question, and it will search for a potential answer within the pre-existing algorithm, and give you a response!
Showcase
Basic Usage
Example: get a player service, find when player joins, kill them
Upvalue Examples
Example: custom player variable and name of services
Class & Upvalue Examples
Example: create a custom named class, use upvalues to make new instance of