Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

CodeScene (BYOL)

CodeScene | 1.1

Linux/Unix, Amazon Linux Amazon Linux 2 - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

29 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Danny D.

A transformative revelation in-regards to program analysis.

  • May 23, 2024
  • Review verified by G2

What do you like best about the product?
The data mining of data analytics (including historical trends) combined with the GitLab integration provides regular and consistent recommendations for improving code quality.
What do you dislike about the product?
There is a lack of a robust ROI model that demonstrates reduced defects and time in development.
What problems is the product solving and how is that benefiting you?
Code quality and ensuring that any remediations are high-value. Any technical debt re-work is done on high-value and high-impacting parts of the codebase.


    Broadcast Media

Static code analysis and UI with a suite of stats and graphs - great for tracking project health.

  • May 22, 2024
  • Review verified by G2

What do you like best about the product?
CodeScene is good at picking up code smells and the VSCode extension makes it really easy to use and pick up code smells before they make it to version control. CodeScene offer a UI that provides a whole host of stats and metrics on our code, such as commit frequencies, knowledge distribution, code health scores along with which files are problematic and why, all of this makes it really simple to go in and improve our code. CodeScene is straightforward to get started with and offers version control PR integration where it can let us know if the code health is decreasing and how/where.
What do you dislike about the product?
Some of the rules set by CodeScene seem arbitrary and unnecessary, I know these can be customised to our needs but often code is dynamic. We have some APIs that are wrappers for a database or whatever which often get flagged by CodeScene but in reality, this API is probably fine for what it is. There are other examples for some of the rules CodeScene sets such as primitive obsession. Sure, you could maybe argue this is a wider problem but arbitrarily grouping primitive parameters into objects to increase our code health score doesn't feel correct. Lastly, a minor point about the UI, I would say the learning curve is somewhat steep. There are a lot of tabs, metrics and graphs which can be a bit overwhelming to navigate at first.
What problems is the product solving and how is that benefiting you?
CodeScene helps make our projects better. More maintainable by checking the knowledge distribution. Easier to pick up for new developers by looking at code smells and static code analysis like anti-patterns in code. CodeScene tracks all this and more, and packages it into a suite of products (VSCode extension, web UI, CLI tool etc.) that help aid development and overall project health.


    Telecommunications

CodeScene: Enhancing Code Quality and Developer Productivity

  • May 22, 2024
  • Review verified by G2

What do you like best about the product?
It is good for comprehensive analytics to improve code quality which allows quick feedback. Tool is easy to use which makes it good for new and experieced users to utilise. There are a number of features provided, e.g code health monitoring, hotspot anaylsis and knowledge distribution.
What do you dislike about the product?
The configuration and setup at the start is slightly hard to do for larger projects and complex codebases. It does not currently support all languages for metrics and anaylsis.
What problems is the product solving and how is that benefiting you?
It is good for comprehensive analytics to improve code quality which allows quick feedback and it provides better communication between technical and non-technical users.


    Entertainment

CodeScene is a great tool

  • April 04, 2024
  • Review verified by G2

What do you like best about the product?
The CodeScene application provides a great insight into Code Health as well as things such as Technical Debt, Development Time and Knowledge distribution across the team.
What do you dislike about the product?
The UI can sometimes be a bit tricky to navigate with some features feeling quite hidden in sub tabs
What problems is the product solving and how is that benefiting you?
CodeScene is providing insight into our applications and highlight where improvements should be made to improve quality of the code, both in maintainability and readability


    Mike M.

Brilliant Product Complements Other Analysis Tools

  • March 19, 2024
  • Review provided by G2

What do you like best about the product?
Easy to use, you just set up your projects and leave it. Every time you commit your code, an analysis is done and code-smells, problems, etc are reported. You can then interactively analyse the suggestions.
What do you dislike about the product?
Not really a problem but it highlights how bad my code really is :)
What problems is the product solving and how is that benefiting you?
My poor implementation of SOLID principles.


    Ryan B.

Unearthing technical debt, identifying lost knowledge and enabling non-tech stakeholders empathy

  • February 02, 2024
  • Review verified by G2

What do you like best about the product?
On an organisation level, the data we've gathered helps our teams move forward in a better way by having additional information and signals to facilitate delivery.

From an engineering perspective, we can help identify team productivity bottlenecks and areas most expensive to maintain, support onboarding with knowledge maps of a system or domain, assist with off boarding by identifying the areas in need of knowledge transfer, help to maintain standards and more.

CodeScene can be deployed into a continuous integration pipeline and can integrate with a git repository to automatically analyse pull requests and identify high-risk commits. The analysis can help engineers who are less experienced with the code base review high impact code changes and catch potential problems before they are delivered to the main branch of the code base.

Identifying delivery risks before they become an issue if also a beneficial signal from a product engineering team perspective. A possible scenario involves a project that involves understanding and adapting an area which contains a lot of hotspots and complex code for a team built of mostly new engineers. Using these tools allows better visibility, questions and delivery estimates.

Having this real world information up-front from an onboarding perspective for a EM, HoE, VP and CTO role is also something not to be quickly dismissed.

We not only want to identify our technical debt, but help prioritise what should be fixed and track this over time. Or from a different angle, identify what we don't need to focus on fixing and instead accept our technical debt as the impact is low, therefore the value is likely low.
What do you dislike about the product?
The interfaces can be a bit clunky at times, there is a level of onboarding needed in terms of where everything is and sadly, it does not integrate with our ticketing tool for delivery reporting (Linear). All quite minor things though.
What problems is the product solving and how is that benefiting you?
Code hotspots are now visible and represented well, knowledge islands and lost knowledge are visible and can be addressed with kowledge distribution, data on how teams interact with each other is useful, metrics on our team experience levels over time helps set expectations for delivery and being able to set real world refactoringh targets is great in terms of measurement.


    Anne S.

This is a Great place to start!

  • January 10, 2024
  • Review provided by G2

What do you like best about the product?
Getting CodeScene set up and connected to our repos was very easy.

As a non-developer working in a software development company, one of my jobs is to protect developers' time when possible. CodeScene lets me interrogate code and discover entry points for the developers to perform more in-depth code reviews.

I also like that I can show progress even our least technical stakeholders can understand with the streamlined visuals codescene creates.
What do you dislike about the product?
It would be nice to see attribution for hotspots to allow project managers or lead developers to gently redirect the users who are introducing the areas of concern.
What problems is the product solving and how is that benefiting you?
Reporting on software development progress is easy in some ways (e.g. we can demo a new feature, and a client can see it) but it's difficult to show in other ways - reducing complexity, abstracting reusable components into their own files, even spending time monitoring and checking to ensure code quality. For those areas where it's difficult to demonstrate value, we have historically had difficulty convincing clients that the work does need to happen, does produce value, etc. CodeScene helps us demonstrate that value by providing over-time visualizations of key code health indicators that we can show to clients and stakeholders. It also lets us save developer time in code reviews by surfacing concerns that need to be addressed and allowing our devs to focus their manual review on more esoteric considerations.


    Information Technology and Services

Great tool to help team work on monoliths and individualise knowledge islands

  • November 06, 2023
  • Review verified by G2

What do you like best about the product?
Our teams really like the knoledge base feature that has helped us identify the areas where we were missing knowledge after a teams reorganization that changed the people in every team one year ago. The tool helped us identifing the high risk areas and we got the change to improve our knowledge base in the new teams.
Another very useful feature is the code health since we are working on some monoltihs and this feature helped us identify the repositories with the worst helath of code so that we could fix them right away.
What do you dislike about the product?
The integration with YouTrack is a new feature and it still needs some improvement to personalize the configuration in order to correctly defying what is unplanned work.
What problems is the product solving and how is that benefiting you?
It gives us more visibility on code health and knowledge base


    Adam C.

Total Gamechanger for Software Development

  • October 25, 2023
  • Review provided by G2

What do you like best about the product?
Seriously, this is a game-changer. CodeScene's hotspots help us zero in on those tricky parts of our codebase that might be causing headaches. It's like having a guide showing you where the potholes are on a road so you can dodge them.Beyond the hotspots, the tool offers some pretty nifty metrics about code health and team dynamics. It's not just about the code; it's also about how we work together as a team.

The visual breakdowns make it easier to grasp the state of our code, especially when trying to explain things to non-tech folks.
What do you dislike about the product?
Okay, it's not the most straightforward tool right out of the gate. There's a bit of a learning curve, but once you get the hang of it, it's smooth sailing.
Sometimes, there's just too much information thrown at you. It's great to have all these insights, but filtering out the noise can be a challenge.
What problems is the product solving and how is that benefiting you?
We're working with a project that's been around for a solid 15 years. Back in its early days, tight deadlines led to a few shortcuts in the code. Thanks to CodeScene, we can now sift through that technical debt, pinpointing exactly where to channel our efforts for the most impactful improvements.


    Jake M.

Early Adoption Lead to Many Insights

  • March 24, 2023
  • Review verified by G2

What do you like best about the product?
CodeScene provides insights into our developement life cycle that no other tool we use can provide
What do you dislike about the product?
We haven't run into anything that causes concern
What problems is the product solving and how is that benefiting you?
We particularly benefit from knlowledge loss insights