DEV Community

0 seconds of 5 minutes, 0Volume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
05:00
 
AppMap Ruby for AppMap

Posted on

9 3

Onboarding to a new codebase quickly and efficiently

A short demonstration of how to use AppMaps to shorten the time it takes to get productive on a new-to-you codebase.

I use the open source extension for VS Code called AppMap, and the ecommerce Rails application Solidus as an example.

AppMap works by recording the code execution paths of your app. A good way to create AppMaps is by recording unit, functional or integration test cases.

To check it out search for 'AppMap' in the VS Code extensions tab or in the VS Code marketplace.

Top comments (2)

Collapse
 
gktim profile image
gkTim

Looks nice. Any plans to support JS or Typescript?

Collapse
 
appmapruby profile image
AppMap Ruby

Yes! Someone stepped up to create a js client. His name is Laurent, and he produced the first js AppMap a few days ago. Still early but if you want to cheer him on, he hangs out in the #appmap-js channel on our Discord. discord.gg/uKtMXf4a

Auto-magically generate sequence diagrams of your code

🤖 Auto-magically generate sequence diagrams of your code's runtime behavior

Sequence diagrams are one of the best tools for developers and technical non-developers (like engineering managers and product managers) to use when discussing code design. Their inherent structure - objects flowing across the page, time flowing down the page - is intuitive and easy to learn.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay