Skip to main content

Questions tagged [tools]

Questions about development tools and other tools that are useful especially to programmers.

1 vote
1 answer
105 views

Creating an effective training plan for a new testing tool involves the following key step: Decide on the training duration. A short session is more effective than a long one. How do I measure the ...
Arunabh's user avatar
1 vote
1 answer
919 views

Question inspired by a similar question in Academia.SE: Is it OK to generate parts of a research paper using a large language model such as ChatGPT? I've always been very sceptical about AI code ...
gaazkam's user avatar
  • 4,529
-1 votes
1 answer
1k views

We have an enterprise solution which consists of multiple components which are in turn comprised of micro services. We cater to both onprem and hosted models. The challenge is to keep track of the GIT ...
Sam's user avatar
  • 1
1 vote
2 answers
354 views

A little history - skip to the TL;DR if you so wish to. So I have an UWP application written in C++ that utilizes V8 and have synthetic module which allows calling native methods from the embedded JS ...
FISOCPP's user avatar
  • 147
1 vote
1 answer
1k views

I'm currently a user of a large research compute cluster which has many other users. We all have access to a shared program that is being actively developed and used. Since we are all effectively ...
Charlie's user avatar
  • 47
-1 votes
1 answer
140 views

There is a java code base based on the Spring Boot framework. As an activity I want to navigate the code path of every API method to check for the checked exceptions that are thrown at different ...
Simrandeep Singh's user avatar
1 vote
0 answers
119 views

It seems pretty common knowledge that code is read far more than it is written. Does this mean that if a tool produces code that's checked in, then it's a net negative (saves the author some time in ...
user avatar
1 vote
3 answers
407 views

I'll take out the ellipsis to make this easier/quicker to read: Large group project in school, stakeholders gave a fuzzy explanation as to what they want. I suggested that we: sketch the GUIs so we ...
Jack Of Blades's user avatar
2 votes
1 answer
53 views

The UI team deliver the HTML files to the development team. Developers code PHP on html files to make the website. But later we face a lot of changes in design. The designing team makes the changes in ...
nithinTa's user avatar
  • 141
2 votes
0 answers
399 views

I am trying to build code generation and transformation tool and hence I need software for Abstract Syntax Tree manipulation for at least three languages (Coq, Haskell, Java). So far I have managed to ...
TomR's user avatar
  • 1,029
-1 votes
1 answer
329 views

I'm designing a tool in my organisation to help me with release management. The organisation is composed of several small teams that manage their own repositories in git. The release manager is ...
tsps's user avatar
  • 177
1 vote
2 answers
113 views

This might be a silly question... from somebody looking to make his programming more structured/less chaotic. I would like to develop an application (web and mobile) just for fun/for myself. Before ...
user1583209's user avatar
4 votes
4 answers
676 views

Since high Cyclomatic Complexity is harmful, and it would be beneficial to lower it down by creating sub functions. However, it might lead to a long calling queue and lead to some super nested ...
Jiahang Li's user avatar
5 votes
2 answers
2k views

So, I'm taking a MIPS course after returning to school; and we're approaching the point where we begin on our final project. I've always been one for large, well-structured projects: lots of ...
ELLIOTTCABLE's user avatar
0 votes
1 answer
70 views

We have quite a large project where and tend to apply risk based approach to stringency of unit tests and code reviews. E.g. components classified as A need to have higher coverage than components ...
Melioer's user avatar
  • 153

15 30 50 per page
1
2 3 4 5
8