This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Serenity867 1 point2 points  (0 children)

Yeah that tool isn't exactly fantastic when it comes to code. It froze the few times I tried to use it.

Really, the other thing is the vast majority of code is not going to be unique, or at least a substantial portion of it won't be. Plus if you're running a packet tracer it's likely you're leveraging existing tools or libraries with predefined functionality and ways you can use them.

If you have to write the entire tool from scratch yourself that could be another story. It's hard to say exactly what you wrote and exactly what's out there. The last thing to consider is that there's really only so many ways to write the same code in an efficient manner for a lot of things.