<ifreund>
hrm, transactions are hard. I'm going to bed
leon-p has quit [Read error: Connection reset by peer]
leon-p has joined #river
yyp has joined #river
yyp has quit [Remote host closed the connection]
yyp has joined #river
waleee-cl has quit [Quit: Connection closed for inactivity]
gspe has joined #river
gspe has quit [Quit: gspe]
yyp has quit [Ping timeout: 246 seconds]
yyp has joined #river
gspe has joined #river
snakedye has joined #river
snakedye has quit [Quit: Connection closed]
snakedye has joined #river
snakedye has quit [Ping timeout: 240 seconds]
ifreund has quit [Ping timeout: 246 seconds]
ifreund has joined #river
waleee-cl has joined #river
snakedye has joined #river
snakedye has quit [Ping timeout: 240 seconds]
yyp has quit [Read error: Connection reset by peer]
<Bonicgamer[m]>
ifreund: Does looking at Sway's code to get a general idea of what I'm supposed to do/know what I'm doing wrong count as copying code?
<ifreund>
Bonicgamer[m]: reading sways code is fine, copy pasting it is not
<ifreund>
line-by-line translating it to zig isn't really ok either, better to get a sense of the problem and sways approach to solving it and then close sway's code and write your own
<Bonicgamer[m]>
Alright. Thanks for letting me know.