|
|
|
|
|
by binora
1917 days ago
|
|
I've been trying to think through something called Story-So-Far which is supposed to be an IDE plugin which logs user keystrokes with timestamps and saves it to a local file .ssf . This file should be replay-able in the IDE which essentially means other developers can literally see how the software was made by the original author. This aims to replace tutorials and also increase open source contributions once you see for yourself how the software was written. I know there are security risks involved. But one problem at a time. Haven't started on the actual implementation yet. |
|