Skip to main content

Questions tagged [developer-tools]

Developer tools refer to set of software that are frequently used during the software development process. Note that questions for finding a specific tool are off-topic for softwareengineering.SE, those should be asked on https://softwarerecs.stackexchange.com/ instead.

2 votes
0 answers
355 views

We have several C++ projects that use clang-format and clang-tidy and other similar tools. Currently the config files for these tools are stored in each project's Git repository. Now I'm trying to put ...
oliver's user avatar
  • 229
0 votes
1 answer
168 views

TL;DR: How do you manage the complex development toolchain in different (embedded) projects? In our company we are discussing the toolchain setups in different development teams and how to work ...
ThePMO's user avatar
  • 109
-3 votes
4 answers
2k views

In a refund tech scam, tech scammers use Chrome Developer Tools to edit the HTML directly on the victim's bank webpage through a Remote Desktop (Teamviewer, AnyDesk, etc) to fool their victim into ...
Joseph Goh's user avatar
1 vote
2 answers
515 views

If some developers still use a 32 bit 'Windows XP' and others use a '64 bit Windows 7', would it be advisable for the entire team to work with 32 bit development tools even if their OS is 64 bit? Are ...
Nav's user avatar
  • 1,191
27 votes
7 answers
3k views

I recently had a phone interview with a company. After that phone interview, I was told to complete a short programming assignment (a small program; shouldn't take more than three hours). I'm only ...
DormoTheNord's user avatar
3 votes
1 answer
1k views

Inevitably I'll stop using an antiquated css, script, or image file. Especially when a separate designer is tinkering with things and testing out a few versions of images. Before I build one myself, ...
xanadont's user avatar
  • 155
7 votes
4 answers
478 views

I was wondering, is there an economic rationale in developing and marketing a small tool (standalone or rather plugin)? Of course, let's assume that the tool does indeed solve a real problem from the ...
user467799's user avatar
3 votes
2 answers
898 views

Short Question What is the best way to create, maintain, and distribute software development tool chains? Background I am trying to develop a workflow / process to create an isolated environment in ...
Adam Lewis's user avatar
9 votes
4 answers
10k views

I am trying to understand things like linkers and loaders better. What area of computer science do they belong to? Compiler, Operating System, Computer Architecture? Where do linkers and loaders ...
Nishant's user avatar
  • 585
2 votes
2 answers
1k views

We have an HTML designer who is not a developer but needs to modify .aspx files from our ASP.NET 2.0 projects from time to time in order to get CSS to work properly with them. Currently, this ...
Mr. Jefferson's user avatar
28 votes
28 answers
6k views

I started programming in C++ at uni and loved it. In the next term we changed to VB6 and I hated it. I could not tell what was going on, you drag a button to a form and the ide writes the code for ...
10 votes
9 answers
8k views

So this is probably a very basic and obvious question for most people, but my google-fu is failing me and it just seems something is going over my head. I've heard numerous people refer to having a '...
DanLeaningphp's user avatar
4 votes
3 answers
294 views

I've seen a spate of questions on Stack Overflow and elsewhere about downloading programming tools and where to find them. Sometimes developers can't find a download link or availability in their ...
jcolebrand's user avatar
  • 1,006
7 votes
8 answers
338 views

I almost always choose the Microsoft stack over anything else because of Visual Studio, the available tools and how easily I can get started programming with a particular new framework. Please, that ...
user avatar
43 votes
12 answers
36k views

I have been writing code so far in conventional text editors that come with the OS so far or use an IDE in some cases. I know there are some advanced text editors like Emacs and Vim available solely ...
user avatar

15 30 50 per page