cris2000.espinoza677
2021-11-13 17:11:15

So by doing a quick search I found that you can use an MIT license with a pseudonym but you have to register it with gov, but I’m not an american and that sounds like pain It also says that I can leave it without any names, but then it can’t be attributed(? to me or something, what do I do?


ben.knoble
2021-11-13 17:33:03

Reading a paper linked in the OO thread in discourse, and > Thus the three classes must all be compiled at the same time. This kind of cyclic reference appears frequently in real Java code. :flushed:


seanbunderwood
2021-11-13 17:59:28

This is why we basically can’t refactor our Java code. There are so many cycles in the dependency graph that everything is transitively dependent on everything else.


ben.knoble
2021-11-13 18:00:26

Replace “refactor” with any of “read,” “write,” “maintain,” “understand,“… :stuck_out_tongue:


seanbunderwood
2021-11-13 18:22:43

I’ve been meaning to learn Glamorous Toolkit because I think it might be the only way.