this post was submitted on 09 Jul 2024
19 points (100.0% liked)

Programming

16752 readers
229 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/17571041

Codevis is a Large Scale software visualizer, focused on C++ codebases. it can help you identify issues and smells in your codebase. It also has an extensive plugin interface and some preliminary scripting support.

Features:

  • Generate a Visualization from Pre-Existing code
  • Generate architectural code from a visualization
  • Plugin System that allows you to add missing features
  • Architectural linters (not just code linters)
  • DBus support
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 month ago

I think they're going to have to seriously overhaul the UI/UX if they want professionals to take it seriously.

[–] [email protected] 2 points 1 month ago (1 children)
[–] [email protected] 5 points 1 month ago

Issues: bad code. Smell: future bad code.