Review first part.

This commit is contained in:
retoor 2024-12-23 18:09:16 +01:00
parent 79026fd96c
commit 25b4047743

View File

@ -1 +1,24 @@
# SwiftDevRantSDK
# SwiftDevRantSDK
All the things we do for our fellow ranters! This is a review of [SwiftDevRantSDK](https://github.com/WilhelmOks/SwiftDevRantSDK/tree/main). It's a directory that startswith a . because I normally don't commit it.
## You want a review like this too?
If you want to have a file reviewed / checked for bugs with this beautiful system just execute code below with python (no libraries required, xmlrpc client of your prefered language is also fine). It has support any syntax and will auto resolve the syntax type.:
```python
from xmlrpc.client import ServerProxy
client = ServerProxy("https://api.retoor.molodetz.nl/rpc")
with f.open("your-file.swift", "r") as f:
content = f.read()
pinrt(client.review(content))
```
It's fine to iterate trough your project and review one by one, but preferrably not concurrent.
My server supports it, but the LLM only limited I can imagine. It takes 15-30 seconds review per file.
You can let your file auto refactor with best practices using client.refactor([source_data]) but it will add my name above it and a MIT license.
It will only do some additions and some formatting. Not fuck up your code.
Using my software comes with unlimited warranty. I do take full responsibility for any damage the software makes. Let's find out what that's worth.
## Review summary.
This README file is only a summary of the detailed reviews in the [Reviews](.reviews/) directory. The summary could be bigger, but I limited it to something you would actually read. Every file is reviewed in detail and contains metadata like grade, size and line count.