Stateless
Sourcetrail
DISCONTINUED
Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
Stateless | Sourcetrail | |
---|---|---|
9 | 45 | |
5,023 | 12,302 | |
0.6% | - | |
0.0 | 7.0 | |
2 months ago | almost 2 years ago | |
C# | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stateless
-
Architecture pattern for Console Apps?
After using stateless for three years, my conclusion is that I cannot imagine a scenario, where it makes sense to use it.
-
Has UML died without anyone noticing?
I'm playing around with this library for a medium sized state machine I'm setting up, and it has this functionality. I think explicit state machines are a good use-case for having an actual diagram, since they can take up enough space that it becomes hard to build a mental map from reading the code due to locality issues.
Sourcetrail
-
Ask HN: What would an IDE built for the Apple Vision Pro look like?
I think it might make large scale code visualization in a similar way to how SourceTrail does it more feasible: https://github.com/CoatiSoftware/Sourcetrail
-
Tools/software for visualizing code structure/dependencies of large C project.
Yep souecetrail https://github.com/CoatiSoftware/Sourcetrail
- Is there a site or extension where to learn C++ by doing, learning more visually?
- “Zoom Out”: The missing feature of IDEs
-
Tools for Building Symbol Tables from A Source Code File
Sourcetrail?
-
How to understand a c++ project
You could always try using Sourcetrail. Unfortunately the open source project is now archived but it should still help you get insights into your code.
-
Programming Breakthroughs We Need
Sourcetrail actually tried to do that for a select few languages https://github.com/CoatiSoftware/Sourcetrail
Sadly, they retired the entire project a while back.
- Is there an automated flowcharting software for large c++ projects?
-
Ask HN: Visualizing software designs, especially of large systems (if at all)?
> So, is it a good idea to try documenting the code design through some sort of visualization?
Yes, if it helps you understand how it works and how the pieces fit together.
No, if the previous is not all that useful for you (different types of learners), or you need to spend significant amounts of time doing it manually, especially given that code could change.
If you can, look into any tool that might allow you to get visualizations in an automated manner.
For example, JetBrains IDEs have a few different graph visualizations for dependencies and inheritance etc.: https://www.jetbrains.com/help/idea/2022.1/tests-in-ide.html...
There also used to be SourceTrail, though sadly the project is now retired: https://github.com/CoatiSoftware/Sourcetrail
For databases, you can also use external tools like DbVis: https://www.dbvis.com/features/
There are also a few tools here and there for visualizing networks or how container deployments look, but those are pretty situational/specific for each platform/setup.
-
Tools to visualize the dependency graph between files of a github repo?
For the back-end python side I found Sourcetrail (https://github.com/CoatiSoftware/Sourcetrail). Haven't found anything as good as that for Vue/JS
What are some alternatives?
Automatonymous - A state machine library for .Net - 100% code - No doodleware
Appccelerate - State Machine - A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
MassTransit - Distributed Application Framework for .NET
LiquidState - Efficient asynchronous and synchronous state machines for .NET
Spotbugs - SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
Checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
PMD - An extensible multilanguage static code analyzer.
infer - A static analyzer for Java, C, C++, and Objective-C
Gource - software version control visualization
FindBugs - The new home of the FindBugs project
code2flow - Pretty good call graphs for dynamic languages
SonarQube - Continuous Inspection