I'm happy to say I ditched the last .java file fro...
# random
t
I'm happy to say I ditched the last .java file from one of my project last night.
K 13
m
thymecypher: Did you convert them into Scala or what?
t
They're written in HTML which runs a Node.JS script to convert to Ruby that then executes it and creates remote calls to Java which then builds a .TXT file of Java bytecode through reflection, and then I use a bytecode to Kotlin converter to pretend I know Kotlin.
I mean I just re-wrote them in Kotlin.
m
thymecypher: Sounds good. I mean the first solution.
😄 1
c
how else would you do it
t
Some people have suggested just writing it one way the first time but that's about as silly as test driven development.