Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping
by
caffeine93
on 03/11/2016, 18:01:31 UTC
Not a coder but "Post-diagnostic cleanup" sounds promising ...

https://github.com/FactomProject/factomd/commit/54205e1729c365c4add04e6d624ff4a3fec3e052

I'm a developer myself (.NET, Java, C/C++) and I believe those changes in the code indicate that the team is removing so called "debugging" outputs. When you are in the process of developing and want to track specific processes in the code to verify they work properly, you add those lines that show you additional information about each step of the process you're working on. Once you're done with that part of code and you don't need to verify it any more, you remove those debug lines because they're no longer important to you once you know the code works as it's supposed to Smiley