this post was submitted on 20 Nov 2024
28 points (93.8% liked)

Python

6467 readers
19 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

Welcome to a new era of interconnected content discussion with PieFed – a link aggregator, a forum, a hub of social interaction and information, built for the fediverse. Our focus is on individual control, safety, and decentralised power.


Like other platforms in the fediverse, we are a self-governed space for social link aggregation and conversation. We operate without the influence of corporate entities – ensuring that your experience is free of advertisements, invasive tracking, or secret algorithms. On our platform, content is grouped into communities, allowing you to engage with topics of interest and disregard the irrelevant ones. We utilise a voting system to highlight the best content.


Video introduction the codebase

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 3 weeks ago (9 children)

Yep, this Python-based project has no tests but not because it's written in Python, lol

[–] [email protected] 2 points 3 weeks ago (8 children)

Attempting to get something working first and possibly adding tests later? Or are there other reasons?

Anti Commercial-AI license

[–] [email protected] 4 points 3 weeks ago (7 children)

Pretty much.

It's a hobby project so we work on things we find fun or interesting. To me, tests are neither of those.

[–] [email protected] 1 points 2 days ago

This was my experience with personal projects too.

Unit tests hinder progress so much. End-to-end/integration tests are often flaky.

The thing is, I still want to test my own project, because it's a good idea to validate whether or not your code works or not...

load more comments (6 replies)
load more comments (6 replies)
load more comments (6 replies)