Considering how far away KSP is from stable, does ...
# ksp
z
Considering how far away KSP is from stable, does
@KspExperimental
make sense? I've kind of always only thought of experimental annotations being necessary for stable APIs, feels like unnecessary friction in something that is still being actively developed anyway
t
@KspUnstable
might be a better name. The reason for this annotation is that they rely on some implementation specific behaviors in the compiler and may subject to change.
z
right, but isn't basically all of KSP like this?
I'm just surprised because I've never seen experimental annotations used for something that was itself not stable anyway
y
yea it is more like we are not ready to commit to this API 🙂 so more experimental than KSP itself 😄
if it makes sense